Effacer les filtres
Effacer les filtres

Start New Matlab Window From Command Line.

4 vues (au cours des 30 derniers jours)
Adrian Perez
Adrian Perez le 2 Juil 2012
Commenté : AA le 6 Fév 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!

Réponse acceptée

ScottB
ScottB le 2 Juil 2012
Adrian,
Take a look at the "system" command:
system('matlab')
  3 commentaires
Malcolm Lidierth
Malcolm Lidierth le 3 Juil 2012
On Windows try:
!matlab &
AA
AA le 6 Fév 2018
Hello Malcolm,
Is there a similar solution for Linux?
Thanks!

Connectez-vous pour commenter.

Plus de réponses (1)

Walter Roberson
Walter Roberson le 2 Juil 2012

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by