필터 지우기
필터 지우기

How to fix the MATLAB variables editor?

조회 수: 2 (최근 30일)
am
am 2020년 8월 31일
답변: Walter Roberson 2020년 9월 1일
The variables editor returns nothing when I attempt to click on the variables in the workspace or use the openvars function. I am using a windows machine. When I hover over the MATLAB icon, two windows appear and one is properly labled as 'Variables', but when I go to click on the window nothing shows up.
I have restarted MATLAB and my computer and I have also reinstalled MATLAB but to no avail. I have had this issue for a few months now and am hoping someone has had a similar issue and knows the solution?
Thanks!
  댓글 수: 1
VBBV
VBBV 2020년 9월 1일
May be you are using clearvars /deleting the variables in your script file at the end of file.
Remove those commands if present at the end of file

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

답변 (1개)

Walter Roberson
Walter Roberson 2020년 9월 1일
Your Windows firewall is possibly configured to block outgoing connections from MATLAB.
MATLAB uses separate processes for some activities that need to exist regardless of what the command window is doing. The activities it uses separate processes for include:
  • doc
  • Simulink interface
  • executing Simulink (or at least some related tasks)
  • variable browser (I think)
  • polyspace
In each case MATLAB needs to be able to connect by using tcp, connecting to the same machine. port numbers are usually near 31415

카테고리

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