数字の0から始まるデータをExcelに書き込む方法
Mostrar comentarios más antiguos
添付したmファイル「Excelwritetest.m」を実行しましたが、質問状.pdfの図1のような実行結果となりました。
質問状.pdfの図2のように「Matlabの操作のみで、先頭に0の値があるデータをExcelに書き込む」ということは可能でしょうか?
Respuesta aceptada
Más respuestas (1)
Toshinobu Shintai
el 30 de Jul. de 2020
csvではなく、xlsxで保存すると0570で表示できました。
23行目を以下のように変えてみてください。
writecell(Tdata,'mfilewrite.xlsx')
Categorías
Más información sobre Data Import from MATLAB 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!