About "system()" command in matlab

4 vues (au cours des 30 derniers jours)
Huseyin
Huseyin le 27 Fév 2014
Commenté : Huseyin le 27 Fév 2014
Hello, When I use "system()" command in matlab, it runs only the files in "Matlab/bin/" directory. But I want to run a file which is on desktop or in any other specific folder. How can I do that? Thanks..

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 27 Fév 2014
folder='E:\matlab'
app='your_app'
system(fullfile(folder,app))
  1 commentaire
Huseyin
Huseyin le 27 Fév 2014
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

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

Community Treasure Hunt

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

Start Hunting!

Translated by