Info

This question is closed. Reopen it to edit or answer.

Help with a code calculating ?

1 view (last 30 days)
Leesy
Leesy on 9 Mar 2017
Closed: MATLAB Answer Bot on 20 Aug 2021
Please help

Answers (1)

James Tursa
James Tursa on 9 Mar 2017
Maybe put this at an appropriate place in your code:
if( n == 10 )
break;
end
  1 Comment
Leesy
Leesy on 9 Mar 2017
could you elaborate on where an appropriate place would be?

This question is closed.

Community Treasure Hunt

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

Start Hunting!