Ubuntu下设置matlab默认工作路径

前端之家收集整理的这篇文章主要介绍了Ubuntu下设置matlab默认工作路径前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1. Method 1

First. sudo gedit /usr/local/MATLAB/R2014a/toolBox/local/startup.m
Second. cd ‘/home/yczhang/Documents/mymatlabPath’

But,sometimes the Method 1 doesn’t work,then we need the Method 2:

2. Method 2

First. sudo gedit /usr/local/MATLAB/R2014a/toolBox/local/matlabrc.m Second. cd ‘/home/yczhang/Documents/mymatlabPath’

原文链接:https://www.f2er.com/ubuntu/350105.html

猜你在找的Ubuntu相关文章