Mostrar comentarios más antiguos
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
Respuesta aceptada
Más respuestas (1)
Mel
el 16 de Mayo de 2011
0 votos
3 comentarios
Walter Roberson
el 16 de Mayo de 2011
Try
xlswrite(strfil, evalin('global','cursor_info.Position'), 'A1')
Mel
el 16 de Mayo de 2011
Walter Roberson
el 16 de Mayo de 2011
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!