在 bash 脚本中运行 matlab 的代码:
matlab -nodesktop -nosplash -nodisplay -r "run ./myDir/myfile ; quit;"
我在我的计算机上安装了 Matlab,但是当我运行 bash 脚本时出现此错误:
matlab:not found
我不知道是不是因为/home/myComputerName/Documents/MATLAB/bin/matlab
我的计算机中的 Matlab 路径(),它位于 /Documents/ 下。
是什么导致了这个问题?如果是路径的原因,有没有通用的解决方案,即运行matlab独立于安装在哪里,为此?