Data Cursor
3 ビュー (過去 30 日間)
古いコメントを表示
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
0 件のコメント
採用された回答
Doug Hull
2011 年 5 月 13 日
If you can get data to the command window, then you can use XLSWRITE to bring it to Excel.
0 件のコメント
その他の回答 (1 件)
Mel
2011 年 5 月 16 日
3 件のコメント
Walter Roberson
2011 年 5 月 16 日
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!