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!