필터 지우기
필터 지우기

MATLAB Variables not showing values but can see in workspace

조회 수: 47 (최근 30일)
Omor Khan
Omor Khan 2022년 10월 1일
댓글: Max 2023년 1월 17일
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
  댓글 수: 1
Max
Max 2023년 1월 17일
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).

댓글을 달려면 로그인하십시오.

답변 (1개)

Isacc Alpala
Isacc Alpala 2022년 10월 2일
Mmh. Honestly idk what happend with your MATLAB. But maybe it helps:
Check if your MATLAB needs to be updated.
Try opening your variable with openvar function.
myVariable = 1:100;
openvar myVariable
% openvar("myVariable")
But, if any of these options work, try reinstalling MATLAB.

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by