Data Cursor
조회 수: 2 (최근 30일)
이전 댓글 표시
Is there any way to export the data cursor information to an excel sheet rather than to the command window?
댓글 수: 0
채택된 답변
Doug Hull
2011년 5월 13일
If you can get data to the command window, then you can use XLSWRITE to bring it to Excel.
댓글 수: 0
추가 답변 (1개)
Mel
2011년 5월 16일
댓글 수: 3
Walter Roberson
2011년 5월 16일
Sorry, I should have said
xlswrite(strfil, evalin('base','cursor_info.Position'), 'A1')
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!