How to extract base workspace data/variables in excel

조회 수: 5 (최근 30일)
Pritam
Pritam 2023년 12월 8일
답변: Jeremy Hughes 2024년 1월 4일
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개)

Jeremy Hughes
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.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by