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!