problem of for loop
Show older comments
this is my programme
for k=1:10
x(k)=sin(k)
end
now i want to add all the 10 values together
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!