Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Kevin Junior
Kevin Junior el 1 de Oct. de 2013
Comentada: Kevin Junior el 1 de Oct. de 2013
I have no clue how to do this

Respuestas (1)

Walter Roberson
Walter Roberson el 1 de Oct. de 2013
Editada: Walter Roberson el 1 de Oct. de 2013
for K = 1 : length(X)
numiters(K) = SomeFunctionToDetermineTheIters(X(K));
end
semilogx(X, numiters);

Categorías

Más información sobre Digital and Analog Filters en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by