summation of two different loops
1 次查看(过去 30 天)
显示 更早的评论
Can i add two different loops consisting of two different series?
2 个评论
Jan
2017-8-4
The question is not meaningful: You cannot add the loops itself. Loops are programming constructs. An addition is defined for data. Do you mean "joining" the lopps or adding the results? Please edit the question and post the relevant code.
回答(1 个)
Sudharsana Iyengar
2017-8-4
If the vectors generated are of same size then you can add them. It is not clear what you mean by loop. Do you mean for loops. what is it?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!