Running MATLAB on a Linux server
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi, I am trying to run matlab on a linux server. In my script I am using some unofficial m files which are not in the official toolboxes. As a result I get the error and matlab can not recognize these functions which are really vital for my program to run.Could anyone help me with this problem please?
댓글 수: 0
답변 (1개)
Jason Ross
2013년 4월 9일
편집: Jason Ross
2013년 4월 9일
It sounds like you need to add the directory with those files in it to your path.
You can do this using the "Set Path" dialog (on the toolbar), or programmatically using path functions like "path" or "addPath"
http://www.mathworks.com/help/matlab/ref/path.html http://www.mathworks.com/help/matlab/ref/addpath.html
Since you mention this is on a server, keep in mind that the path names may be different than on your (I presume) local machine.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!