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.
我需要与另一个软件并行运行交互式软件。
此交互式软件 (Cadence) 在单独的终端上运行。
使用 Matlab,我想调用一个 csh 脚本,该脚本为这个并行运行的交互式会话提供某些命令。
基本上,我正在使用 Matlab 执行一些计算,并使用这个交互式软件 (Cadence) 模拟计算结果。
我知道可用于调用脚本的 Matlab 命令“系统”。
我该怎么做?另外,如果有任何替代/快捷方式,请告诉我。
提前致谢。阿克什