how can jump and go another line in a m-file?
Mostrar comentarios más antiguos
how can jump and go another line in a m-file. for example:
if a=b;
a=0;
else
(jump ***line)
end
----other commands
----other commands
.
.
.
***line
1 comentario
Gerrit Verboom
el 28 de Mzo. de 2021
Please, don't call me lazy when I want to use a kind of jump to or goto.
Regards,
Gerrit Verboom
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 31 de Ag. de 2011
3 votos
2 comentarios
mohammad
el 31 de Ag. de 2011
Paulo Silva
el 31 de Ag. de 2011
mohammad, jumping to lines of code is very lazy and does more harm than good, if you want to be a good programmer don't do it that way, learn to use functions and conditions to control the flux of your code.
Categorías
Más información sobre Software Development Tools en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!