How do I plot the number of iterations of a function using Semilogx?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have no clue how to do this
0 comentarios
Respuestas (1)
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);
Ver también
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!