From: Daniele on
Hey,
does in Matlab exist a function similar to the Fortran "goto"?
which is this Matlab function?
Thank you sincerely
From: John D'Errico on
"Daniele " <lochiamavanofisca(a)hotmail.com> wrote in message <hlb9bq$483$1(a)fred.mathworks.com>...
> Hey,
> does in Matlab exist a function similar to the Fortran "goto"?
> which is this Matlab function?

Where is it? In a different language.

Learn to use the constructs in matlab, rather than
programming in fortran.

help switch
help if
help continue
help break
help function

John
From: Jan Simon on
Dear Daniele!

> does in Matlab exist a function similar to the Fortran "goto"?

No.

This is asked frequently, please search in the newgroup for exhaustive discussions.

Kind regards, Jan