in this file how can I calculate a(1)+a(2)+a(3)
Info
This question is closed. Reopen it to edit or answer.
Show older comments
for i=1:3 a(i)=i+(i+1)
end
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!