Data Cursor
Show older comments
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
Accepted Answer
More Answers (1)
Mel
on 16 May 2011
0 votes
3 Comments
Walter Roberson
on 16 May 2011
Try
xlswrite(strfil, evalin('global','cursor_info.Position'), 'A1')
Mel
on 16 May 2011
Walter Roberson
on 16 May 2011
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!