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))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by