Data loaded successfully but not showing in workspace

22 visualizaciones (últimos 30 días)
Jin
Jin el 14 de Oct. de 2025
Editada: Jin el 14 de Oct. de 2025
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 comentarios
Walter Roberson
Walter Roberson el 14 de Oct. de 2025
Do you happen to be using MacOS? There have been a few recent reports abount empty workspace browser on Apple Silicon machines.
Jin
Jin el 14 de Oct. de 2025
Editada: Jin el 14 de Oct. de 2025
yes it is mac os on apple silicon. I restarted the app and the issue resolved.

Iniciar sesión para comentar.

Respuestas (1)

the cyclist
the cyclist el 14 de Oct. de 2025
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.
  1 comentario
Jin
Jin el 14 de Oct. de 2025
hi, it is not inside a function and i confirm it is in base. I closed it and restarted it and the issue resolved. thanks!

Iniciar sesión para comentar.

Categorías

Más información sobre Model, Block, and Port Callbacks en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2025b

Community Treasure Hunt

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

Start Hunting!

Translated by