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 中创建一个带有当前时间戳的 .mat 文件?我希望 .mat 文件的名称为当前时间。
用于datestr格式化时间并用于now获取当前时间:
datestr
now
save(datestr(now,30))