Data Cursor
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
0 commentaires
Réponse acceptée
Doug Hull
le 13 Mai 2011
If you can get data to the command window, then you can use XLSWRITE to bring it to Excel.
0 commentaires
Plus de réponses (1)
Mel
le 16 Mai 2011
3 commentaires
Walter Roberson
le 16 Mai 2011
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!