Ältere Kommentare anzeigen
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
Akzeptierte Antwort
Weitere Antworten (1)
Mel
am 16 Mai 2011
0 Stimmen
3 Kommentare
Walter Roberson
am 16 Mai 2011
Try
xlswrite(strfil, evalin('global','cursor_info.Position'), 'A1')
Mel
am 16 Mai 2011
Walter Roberson
am 16 Mai 2011
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!