Excel filename from cell
古いコメントを表示
I have a character array that I transformed into a 1x1 cell with that cell having the name of the file I would like to us. How can I create an excel file using the name in that cell? Thank you!
回答 (1 件)
Bob Thompson
2019 年 2 月 11 日
0 投票
xlswrite(mycell{1},data);
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!