Multiply output after each loop
1 view (last 30 days)
Show older comments
I have a for loop which contains if else statements. I want the product of values after each for loop. Im currently displaying the product outside if loop and inside for loop. But after first for loop, it gives a product of previous output and the new output. But I want individual product outputs in each loop. How can I do that please?
1 Comment
Answers (0)
See Also
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!