How to run the program (Path Issues)

조회 수: 21 (최근 30일)
Mohammad
Mohammad 2014년 9월 20일
답변: Guillaume 2014년 9월 20일
How to make my program which is m file to be worked in any computer without affected by the path. i.e. suppose I am running my program in my desktop and i will send it to my colleague who will run it on directly on his C drive

답변 (1개)

Guillaume
Guillaume 2014년 9월 20일
You don't have a choice, for matlab to see a m file it needs to be in its path. So you either put the file in a folder already on the matlab path, you add the file's folder to the path with addpath, or you change the current folder to the file's folder with cd.

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by