Data Cursor
古いコメントを表示
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
採用された回答
その他の回答 (1 件)
Mel
2011 年 5 月 16 日
0 投票
3 件のコメント
Walter Roberson
2011 年 5 月 16 日
Try
xlswrite(strfil, evalin('global','cursor_info.Position'), 'A1')
Mel
2011 年 5 月 16 日
Walter Roberson
2011 年 5 月 16 日
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!