About "system()" command in matlab

1 回表示 (過去 30 日間)
Huseyin
Huseyin 2014 年 2 月 27 日
コメント済み: Huseyin 2014 年 2 月 27 日
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..

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 2 月 27 日
folder='E:\matlab'
app='your_app'
system(fullfile(folder,app))
  1 件のコメント
Huseyin
Huseyin 2014 年 2 月 27 日
Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by