Thread Subject: Figure Toolbar

Subject: Figure Toolbar

From: benja ben

Date: 26 Apr, 2009 08:18:00

Message: 1 of 2

Hi,
I add a uicontrol to my figure. Because of it the Figure toolbar have disapper. I f I want to see it again I need to push on the menubar "view" and mark "Figure toolbar". Is there an option to set it "on" from the code?
Thank
Ofer

Subject: Figure Toolbar

From: Naor Movshovitz

Date: 22 Jun, 2009 23:06:01

Message: 2 of 2

The figure property that controls the toolbar is called 'toolbar' and the defualt value is

>> get(gcf,'toolBar')
ans =
auto

which means that the toolbar is shown for figures *unless they have uicontrols. Change it to

>> set(gcf,'toolBar','figure')

to make sure the toolbar is always visible.
-good luck.


"benja ben" <oferb@marvell.com> wrote in message <gt15bo$3cr$1@fred.mathworks.com>...
> Hi,
> I add a uicontrol to my figure. Because of it the Figure toolbar have disapper. I f I want to see it again I need to push on the menubar "view" and mark "Figure toolbar". Is there an option to set it "on" from the code?
> Thank
> Ofer

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
figure benja ben 26 Apr, 2009 04:20:03
toolbar benja ben 26 Apr, 2009 04:20:03
rssFeed for this Thread

Contact us at files@mathworks.com