Can you share your code? Otherwise how do you expect us to help you?
Multiply output after each loop
1 次查看(过去 30 天)
显示 更早的评论
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?
回答(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!