NO MATLAB command specified

5 ビュー (過去 30 日間)
Javier Naranjo
Javier Naranjo 2017 年 10 月 17 日
コメント済み: Jan 2017 年 10 月 19 日
Hello everybody,
I am running this command from the Linux Console
sudo ./matlab -r < fol1/hello.m -nosplash -nodesktop
And I get this output from the Linux Console:
No MATLAB command specified
I do not have any idea why this happens.
Thanks,
Javi

採用された回答

Sanjana Ramakrishnan
Sanjana Ramakrishnan 2017 年 10 月 19 日
Since you are using -r flag with matlab command, you would not require the pipe symbol to invoke the 'hello.m'. Modifying the command as below might help resolve the issue:
>>sudo ./matlab -r fol1/hello.m -nosplash -nodesktop
Refer the below link:
https://www.mathworks.com/matlabcentral/answers/230206-error-running-matlab-from-linux-command-line?s_tid=answers_rc1-2_p2_MLT
  2 件のコメント
Javier Naranjo
Javier Naranjo 2017 年 10 月 19 日
I solved it with
sudo ./matlab -nosplash -nodesktop -nodisplay -r "cd('~/fol1'); hello;exit"
Jan
Jan 2017 年 10 月 19 日
@Sanjana: I made the same mistake yesterday: The -r flag expects working Matlab code, not the path of a function.

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

その他の回答 (0 件)

カテゴリ

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