Running MATLAB on a Linux server

2 ビュー (過去 30 日間)
Haleh
Haleh 2013 年 4 月 9 日
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?

回答 (1 件)

Jason Ross
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"
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.

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by