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 个)
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!