Convert [4,5] to D5 for excel write
古いコメントを表示
Hi,
I have a loop that continuously generates data that gets written one at a time. Problem is that the cell that gets called is named as a spot in a matrix ie 4,5. In order to excel write i need to say D5.
Any ideas?
Thanks
採用された回答
その他の回答 (2 件)
Iain
2013 年 6 月 3 日
coordinate = ['A'-1+wanted_col num2str(wanted_row)];
It only works for up to "Z".
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!