GUI - empty property inspector

26 Ansichten (letzte 30 Tage)
Ahmadreza
Ahmadreza am 22 Aug. 2013
Beantwortet: guodong yao am 17 Nov. 2022
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 Kommentar
Subhrajit Rath
Subhrajit Rath am 16 Jan. 2020
I am getting the same issues on R2019b.

Melden Sie sich an, um zu kommentieren.

Antworten (7)

Gaia Tavoni
Gaia Tavoni am 9 Sep. 2018
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 am 22 Aug. 2013
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.

Unai Vicente
Unai Vicente am 28 Okt. 2019
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 Kommentar
Stepan Lakibchuk
Stepan Lakibchuk am 10 Dez. 2019
Oh, God, yes, it is hard to understand, I tried to reinstall it, but result is still the same! Is it because of Catalina?

Melden Sie sich an, um zu kommentieren.


Alireza Karimi Bidhendi
Alireza Karimi Bidhendi am 28 Okt. 2019
I have the same problem. Mac OSX Catalina, R2019b Matlab version.

Rolfe Power
Rolfe Power am 31 Okt. 2019
Bearbeitet: Rolfe Power am 31 Okt. 2019
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 Kommentar
yashvini shukla
yashvini shukla am 30 Jul. 2020
I have the same issue, was anyone able to solve this?

Melden Sie sich an, um zu kommentieren.


Han HU
Han HU am 23 Sep. 2020
I have solved this problem by disable the web proxy. Hope this will help others.

guodong yao
guodong yao am 17 Nov. 2022
i have the same question after mac os updated to ventura. how to fix it

Kategorien

Mehr zu Startup and Shutdown 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!

Translated by