From: Daniele on 15 Feb 2010 05:03 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 15 Feb 2010 05:52 "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 15 Feb 2010 05:54 "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 15 Feb 2010 10:29 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
|
Pages: 1 Prev: Multithreading Next: GNURadio (USRP) interface with simulink |