Start New Matlab Window From Command Line.

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!

 Respuesta aceptada

ScottB
ScottB el 2 de Jul. de 2012

1 voto

Adrian,
Take a look at the "system" command:
system('matlab')

3 comentarios

Adrian Perez
Adrian Perez el 2 de Jul. de 2012
Hey Scoutt,
This solution does not work. The first Matlab waits for the second Matlab to finish before continuing.
On Windows try:
!matlab &
AA
AA el 6 de Feb. de 2018
Hello Malcolm,
Is there a similar solution for Linux?
Thanks!

Iniciar sesión para comentar.

Categorías

Más información sobre Entering Commands en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 2 de Jul. de 2012

Comentada:

AA
el 6 de Feb. de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by