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