Suppress opening of Property Inspector

5 views (last 30 days)
Christian90
Christian90 on 30 Dec 2017
Commented: Rik on 7 Jul 2019
Hi!
I would like to view the contents of objects without using the property inspector. If I create a figure (or axes) object and double-click it in the workspace the property inspector opens. But instead, I want to browse the content like double-clicking an array or struct variable. How can I suppress the opening of the property inspector?
Thank you in advance
  2 Comments
Christian90
Christian90 on 30 Dec 2017
I can specify my question: I generate a figure:
fig=figure
Now I double click 'fig' in the Workspace and the Property Inspector opens up. Instead I would like to open the object in the "Variable Editor" window, just like an array for example.
Christian90
Christian90 on 30 Dec 2017
ok, as a first workaround i can use openvar('fig') which opens the variable in the variable editor. But there must be a more convenient way...

Sign in to comment.

Answers (1)

tye huo
tye huo on 7 Jul 2019
I also have this problem. I have not found a way to suppress it.
  1 Comment
Rik
Rik on 7 Jul 2019
This is not an answer. Please post your question as a separate question and delete this.

Sign in to comment.

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!