Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近为我的 Mac 购买了 Matlab 学生版。我已经将它安装在我的计算机上,现在,每次启动 Matlab 时,都会收到以下提示:
学生许可证——与学位授予机构提供的课程结合使用。禁止专业和商业用途。
我觉得它有点烦人,想知道是否有任何方法可以防止它在启动时显示?
尝试使用以下命令启动 matlab:
matlab -nosplash
要控制 matlab 启动时发生的情况,您可以使用 \edit matlabrc或使用 \edit startup.m with clc,在链接中的文档中查看更多信息。
clc