Data loaded successfully but not showing in workspace
25 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I used
load()
to load my data, it shows when I call one of the variables, and when I call
whos
, but the workspace window is empty. Any idea why and how i can fix it so i can see my loaded data?
The workspace currently looks like this

2 Commenti
Walter Roberson
il 14 Ott 2025 alle 16:41
Do you happen to be using MacOS? There have been a few recent reports abount empty workspace browser on Apple Silicon machines.
Risposte (1)
the cyclist
il 14 Ott 2025 alle 15:51
Could it be something related to the scope of the variable? For example, did you load the variables (and run whos) while inside a function but you are in the base workspace when viewing the Workspace section of the command window?
A bit more detail, or working code that exhibits the behavior might be helpful.
Vedere anche
Categorie
Scopri di più su Model, Block, and Port Callbacks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!