Afficher commentaires plus anciens
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
Réponse acceptée
Plus de réponses (1)
Mel
le 16 Mai 2011
0 votes
3 commentaires
Walter Roberson
le 16 Mai 2011
Try
xlswrite(strfil, evalin('global','cursor_info.Position'), 'A1')
Mel
le 16 Mai 2011
Walter Roberson
le 16 Mai 2011
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!