数字の0から始まるデータをExcelに書き込む方法
Ältere Kommentare anzeigen
添付したmファイル「Excelwritetest.m」を実行しましたが、質問状.pdfの図1のような実行結果となりました。
質問状.pdfの図2のように「Matlabの操作のみで、先頭に0の値があるデータをExcelに書き込む」ということは可能でしょうか?
Akzeptierte Antwort
Weitere Antworten (1)
Toshinobu Shintai
am 30 Jul. 2020
csvではなく、xlsxで保存すると0570で表示できました。
23行目を以下のように変えてみてください。
writecell(Tdata,'mfilewrite.xlsx')
Kategorien
Mehr zu Data Import from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!