How do I plot the number of iterations of a function using Semilogx?

1 vue (au cours des 30 derniers jours)
Kevin Junior
Kevin Junior le 1 Oct 2013
Commenté : Kevin Junior le 1 Oct 2013
I have no clue how to do this

Réponses (1)

Walter Roberson
Walter Roberson le 1 Oct 2013
Modifié(e) : Walter Roberson le 1 Oct 2013
for K = 1 : length(X)
numiters(K) = SomeFunctionToDetermineTheIters(X(K));
end
semilogx(X, numiters);

Catégories

En savoir plus sur Digital and Analog Filters dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by