problem of for loop
Ältere Kommentare anzeigen
this is my programme
for k=1:10
x(k)=sin(k)
end
now i want to add all the 10 values together
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!