Matlab怎么打开excel文件

2025-05-19 19:28:36
推荐回答(1个)
回答1:

用xlsread函数
比如
A = xlsread('data.xlsx','Sheet1');