![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1266185/image.png)
MATLAB Variables not showing values but can see in workspace
49 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I am trying to look at the exact values of my K array. I used to be able to just double click on a variable within workspace and it opens a new tab then you can see each value of an array, but I can't seem to figure out how to see them. Not sure what happened. I just changed from 2021 to 2022
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1142410/image.png)
1 Kommentar
Max
am 17 Jan. 2023
I am having the exact same problem. When I double click on a variable the "variable window" pops up with the same code as my script (see picture).![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1266185/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1266185/image.png)
Antworten (1)
Isacc Alpala
am 2 Okt. 2022
Mmh. Honestly idk what happend with your MATLAB. But maybe it helps:
Check if your MATLAB needs to be updated.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1142435/image.png)
Try opening your variable with openvar function.
myVariable = 1:100;
openvar myVariable
% openvar("myVariable")
But, if any of these options work, try reinstalling MATLAB.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!