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.
正如问题的标题所说,我想从 Windows 7 中的 cygwin shell 调用一个 matlab 脚本。有没有办法这样做?我在这里或网上其他任何地方都找不到任何关于它的信息。
编辑:我不希望从 matlab 中调用 unix 命令,而是相反。例如,我想做类似的事情
$ matlab MatScript.m
从 cygwin 外壳。
该命令matlab -r MathScript.m可能是您正在寻找的。如果它不起作用,请保留文件扩展名(“.m”)。
matlab -r MathScript.m