How to extract base workspace data/variables in excel
이전 댓글 표시
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
Dyuman Joshi
2023년 12월 8일
Although, how does editing relate to exporting the data?
답변 (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.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!