summation of two different loops

Can i add two different loops consisting of two different series?

2 Comments

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.
I mean adding the results.

Sign in to comment.

Answers (1)

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?

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Asked:

on 4 Aug 2017

Commented:

on 4 Aug 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!