How to extract base workspace data/variables in excel
1 回表示 (過去 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!