필터 지우기
필터 지우기

GUI - empty property inspector

조회 수: 5 (최근 30일)
Ahmadreza
Ahmadreza 2013년 8월 22일
답변: guodong yao 2022년 11월 17일
I have a problem, I don't know why the property inspector in GUI doesn't show anything, it's empty. I checked the other computer in my university lab and it was OK. and it's just my computer problem and can't solve it.
  댓글 수: 1
Subhrajit Rath
Subhrajit Rath 2020년 1월 16일
I am getting the same issues on R2019b.

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

답변 (7개)

Gaia Tavoni
Gaia Tavoni 2018년 9월 9일
I have the same problem. I get the error:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.mathworks.page.plottool.propertyinspectormanager.PropertyInspectorManager$3.run(PropertyInspectorManager.java:203) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
How can I fix it?

David Sanchez
David Sanchez 2013년 8월 22일
try the following:
h=plot([1 2],[3 4]);
inspect(h)
If your property inspector shows up properly, you have a problem with the GUI configuration. If it shows up empty, I think something did not install properly during the installation process.
  댓글 수: 1
Ahmadreza
Ahmadreza 2013년 8월 22일
thanks. again it's empty.

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


Unai Vicente
Unai Vicente 2019년 10월 28일
I have the same issue here, I tried in 2 different macs running catalina which, for version 2019b says its compatible. Had the same issue on the previous OS X and Matlab release, anyone running matlab on mac having the same problem?
  댓글 수: 1
Stepan Lakibchuk
Stepan Lakibchuk 2019년 12월 10일
Oh, God, yes, it is hard to understand, I tried to reinstall it, but result is still the same! Is it because of Catalina?

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


Alireza Karimi Bidhendi
Alireza Karimi Bidhendi 2019년 10월 28일
I have the same problem. Mac OSX Catalina, R2019b Matlab version.

Rolfe Power
Rolfe Power 2019년 10월 31일
편집: Rolfe Power 2019년 10월 31일
Same problem here on Fedora 31 with R2019b. When attempting to open the property inspector either through the gui or calling inspect on the plot handle, I get:
Exception in thread "AWT-EventQueue-0": java.lang.NullPointerException
at com.mathworks.page.plottool.propertyinspectormanager.PropertyInspectorManager$2.run(PropertyInspectorManager.java:167)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Following this, any attempt to open a property inspector (even of a different plot) presents an empty window.
  댓글 수: 1
yashvini shukla
yashvini shukla 2020년 7월 30일
I have the same issue, was anyone able to solve this?

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


Han HU
Han HU 2020년 9월 23일
I have solved this problem by disable the web proxy. Hope this will help others.

guodong yao
guodong yao 2022년 11월 17일
i have the same question after mac os updated to ventura. how to fix it

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by