How to extract base workspace data/variables in excel
조회 수: 9 (최근 30일)
이전 댓글 표시
I am having huge base workspace data/variables and i need to edit . Can anyone suggest how do i extract existing workspace to excel file?
댓글 수: 1
답변 (1개)
Jeremy Hughes
2024년 1월 4일
If you want to edit a variable with a GUI interface, try open
Example:
x = rand(4);
open x
This will open the variable in the variable editor.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!