Data Cursor
3 views (last 30 days)
Show older comments
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
0 Comments
Accepted Answer
Doug Hull
on 13 May 2011
If you can get data to the command window, then you can use XLSWRITE to bring it to Excel.
0 Comments
More Answers (1)
Mel
on 16 May 2011
3 Comments
Walter Roberson
on 16 May 2011
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
See Also
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!