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

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 电子表格 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!