Borrar filtros
Borrar filtros

How to extract base workspace data/variables in excel

3 visualizaciones (últimos 30 días)
Pritam
Pritam el 8 de Dic. de 2023
Respondida: Jeremy Hughes el 4 de En. de 2024
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?

Respuestas (1)

Jeremy Hughes
Jeremy Hughes el 4 de En. de 2024
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.

Community Treasure Hunt

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

Start Hunting!

Translated by