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代码有点复杂,所以想通过日志来检查一下我的代码是对是错。
它可能与java中的“log4j”相同。
我在matlab中找不到记录日志的方法。如果有人可以给我一些建议,我将不胜感激。
你是说DIARY命令吗?
diary on
将所有命令窗口的输入和输出记录到一个日志文件中。