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。有可能找回它们吗?
谢谢
不能保证崩溃后会发生什么,但一般来说,使用该命令将所有文本 (而不是窗口) diary('filename.txt') 附加到该文本文件。CommandWindowCommand History
diary('filename.txt')
CommandWindow
Command History
(我不知道为什么 MathWorks 不将“CommandWindow”称为“CommandWindow”,即控制台,但你在那里。)