Filter löschen
Filter löschen

About "system()" command in matlab

2 Ansichten (letzte 30 Tage)
Huseyin
Huseyin am 27 Feb. 2014
Kommentiert: Huseyin am 27 Feb. 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..

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 27 Feb. 2014
folder='E:\matlab'
app='your_app'
system(fullfile(folder,app))

Weitere Antworten (0)

Kategorien

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

Community Treasure Hunt

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

Start Hunting!

Translated by