i would like to get all values of for loop outside loop,but this program gives me the last value only
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sagar AS
am 4 Jul. 2015
Beantwortet: Walter Roberson
am 4 Jul. 2015
for i=1:5
x(i)=i+1;
end
disp(x(i));
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Numeric Types finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!