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.
如果我想在 matlab 编辑器中打开 file.m,有没有办法直接从 linux 终端执行此操作?我似乎无法在任何地方找到答案。
使用以下命令启动 matlab 以打开文件:
matlab -r 'edit <filename>'