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

Accepted Answer
More Answers (0)
Categories
Find more on 电子表格 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!