Why is my for loop not working?
Mostra commenti meno recenti
Hello, My code is pretty straightforward
for x = 1:3
y = pi/x
end
I want to get the value of y for each x (i.e. x = 1, x = 2, x =3). But when I run this code, I only get the value of y for x = 3 in my workspace.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Statics and Dynamics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!