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

Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 电子表格 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!