1. 版本选择
- link:https://ww2.mathworks.cn/downloads/
- matlab2024/2022x按官网执行后,均会出现暂时无法解决的bug;
- 想到以前科大的虚拟机平台的版本是2019b,沿用这个版本即可;
- (其实很多软件根本没必要更新,typora0.11.18\isaacgym这些已经很完备了,更新多半是为了income)
2.本地安装
- 下载完成后,按官方链接本地安装
link:https://ww2.mathworks.cn/help/install/ug/install-products-with-internet-connection.html - 推荐网络安装(使用mathworks注册的账号)
- 为此需要在mathworks账号关联学校的许可证,
link:https://ww2.mathworks.cn/licensecenter/licenses/add?s_tid=gn_aslc - 激活码查询:https://itc.zju.edu.cn/14742/list.htm
3. 本地激活
sudo bash /usr/local/MATLAB/R2019b/bin/activate_matlab.sh
- 之后需要输入用户名,请务必和ubuntu.username而非ubuntu.hostname一致
- 打开,出现如下警告是因为系统语言设成中文,只有“文档"目录无”Documents",
- 新建Documents目录即可
mkdir ~/Documents