Start New Matlab Window From Command Line.

7 Ansichten (letzte 30 Tage)
Adrian Perez
Adrian Perez am 2 Jul. 2012
Kommentiert: AA am 6 Feb. 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!

Akzeptierte Antwort

ScottB
ScottB am 2 Jul. 2012
Adrian,
Take a look at the "system" command:
system('matlab')
  3 Kommentare
Malcolm Lidierth
Malcolm Lidierth am 3 Jul. 2012
On Windows try:
!matlab &
AA
AA am 6 Feb. 2018
Hello Malcolm,
Is there a similar solution for Linux?
Thanks!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 2 Jul. 2012

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by