I\'m working with the m-file editor of MATLAB and I need to jump from one line to another. If I need to jump from inside a For...end, I can\'t use
For
end
There is no goto statement in MATLAB, but there are a few other commands for use with loops that may help you:
goto