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 中调用函数?我不希望这是一个并行过程。另外,我更喜欢一个解决方案,当主程序必须再次运行时,我可以暂停和恢复该功能。有点像嵌入式系统中的中断,在我的例子中,主程序是中断。
我该怎么做?
您可以使用计时器对象来启动/停止第二个功能。请参阅matlab 文档。另请参阅此 mathworks 博客条目。