Mostra commenti meno recenti
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
Risposta accettata
Più risposte (1)
Mel
il 16 Mag 2011
0 voti
3 Commenti
Walter Roberson
il 16 Mag 2011
Try
xlswrite(strfil, evalin('global','cursor_info.Position'), 'A1')
Mel
il 16 Mag 2011
Walter Roberson
il 16 Mag 2011
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!