【发布时间】:2020-01-04 17:38:15
【问题描述】:
每次执行时,我的 matlab 代码的输出都会给出一个字符串。我需要每次都将字符串保存在 Excel 工作表中,而不会覆盖 Excel 工作表中的先前数据。新字符串必须添加到 Excel 工作表的新单元格中。
【问题讨论】:
-
您需要使用 'writematrix' 或 'writecell' Matlab 函数:mathworks.com/help/matlab/import_export/…