From: Daniele on

Hi! I ask you which function will let me to come back to a previous line of my program.
Thank you very much!
From: Daniele on
"Daniele " <lochiamavanofisca(a)hotmail.com> wrote in message <hlb64m$90r$1(a)fred.mathworks.com>...
>
> Hi! I ask you which function will let me to come back to a previous line of my program. I need a function similar to the Fortran "goto"..
> Thank you very much!
From: Daniele on
"Daniele " <lochiamavanofisca(a)hotmail.com> wrote in message <hlb64m$90r$1(a)fred.mathworks.com>...
>
> Hi! I ask you which function will let me to come back to a previous line of my program. I need a function similar to the Fortran "goto".
> Thank you very much!
From: Jan Simon on
Dear Daniele!

> > Hi! I ask you which function will let me to come back to a previous line of my program. I need a function similar to the Fortran "goto".
> > Thank you very much!

Even asking three times does not help: No GOTO in Matlab.
Use WHILE or FOR loops.

Kind regards, Jan