How do you save values from a for-loop in a vector?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have the following:
for ml=100:50:1000
z=fzero(@(x) y(x,ml), [1 10]);
disp(num2str(z))
end
But I need each value of z saved as a vector to use it in a plot later. How do you do that?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!