有没有办法在 matlab 中减慢脚本的执行时间,以便您可以查看图形?我目前使用断点并逐步执行代码,但这不适合显示演示。
您可以尝试使用暂停功能
pause(1)
通过这种方式,matlab 应该休眠 1 秒钟,您可以看到您的图形结构
https://it.mathworks.com/matlabcentral/answers/55874-how-to-stop-delay-execution-for-specified-time