Jump and if then instructions in matlab programming?

1 view (last 30 days)
Hi everyone...
Could you please suggests how to use jump (go to) and If-then instructions in matlab programming?

Answers (2)

bym
bym on 3 Sep 2011
there is no goto in Matlab
  3 Comments
Oleg Komarov
Oleg Komarov on 3 Sep 2011
http://www.mathworks.co.uk/help/techdoc/ref/if.html
Walter Roberson
Walter Roberson on 3 Sep 2011
And for looping, please see the functions listed at
http://www.mathworks.com/help/techdoc/ref/f16-42340.html#f16-7227

Sign in to comment.


Walter Roberson
Walter Roberson on 3 Sep 2011

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!