Multiply output after each loop

1 view (last 30 days)
amna chaudhary
amna chaudhary on 15 Apr 2018
Commented: Birdman on 15 Apr 2018
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
Birdman
Birdman on 15 Apr 2018
Can you share your code? Otherwise how do you expect us to help you?

Sign in to comment.

Answers (0)

Categories

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

Tags

Community Treasure Hunt

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

Start Hunting!