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.
我有一个 excel 文件来打开 matlab 并放入一个单元格数组中 - 然后获取单元格中的数字并转换一些测量值。我该怎么做呢
我建议研究这两个函数xlsread,xlswrite 它们都将输入(从 .xls 或 .xlsx)文件分别处理到 matlab 和从 matlab 输出到 excel 文件。如果您想做一些与此不同的事情,请详细说明您发布的内容。
xlsread
xlswrite