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.
在matlab7.0.1我试图从包含文本的 xls 文件中获取数据
matlab7.0.1
D=3Dxlsread('myfile.xls')
它给了我错误:Error: Missing variable or function.
Error: Missing variable or function.
尝试:
[ndata, text, alldata] = xlsread('myExample.xlsx')
请参阅此处的文档。