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

採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で 电子表格 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!