Start New Matlab Window From Command Line.
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Adrian Perez
el 2 de Jul. de 2012
Comentada: AA
el 6 de Feb. de 2018
Hello,
I want to be able to start a new Matlab window from the command line. I have a script that separates a data set into two files and then applies a function two each data set. Currently, I have to manually start these functions but would like to have it automated. Any advice would be great.
Thanks!
0 comentarios
Respuesta aceptada
ScottB
el 2 de Jul. de 2012
Adrian,
Take a look at the "system" command:
system('matlab')
3 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!