怎样给matlab里输出的表格添加上文字?。
Ältere Kommentare anzeigen
运行这段话后,在.xlsx文件中确实看到了变化,但在变量data里我没看到变化,这几个字符加不进去吗?做成结构体数组,能输出为.xlsx文件吗?
data=xlsread('dataForMeasure.xlsx');
Title = {'X01', 'Y01', 'Z01'};
xlswrite(pathout,Title,1,'A1:C1');

Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 电子表格 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!