Data Cursor
이전 댓글 표시
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
채택된 답변
추가 답변 (1개)
Mel
2011년 5월 16일
0 개 추천
댓글 수: 3
Walter Roberson
2011년 5월 16일
Try
xlswrite(strfil, evalin('global','cursor_info.Position'), 'A1')
Mel
2011년 5월 16일
Walter Roberson
2011년 5월 16일
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!