Re: colorbar title
- From: "Steven Lord" <slord@xxxxxxxxxxxxx>
- Date: Mon, 30 Jun 2008 16:15:08 -0400
"Christopher Hummersone" <wheely_chairs@xxxxxxxxxxx> wrote in message
news:g4b90m$4pv$1@xxxxxxxxxxxxxxxxxxxxx
Thanks for your reply Walter. However, I'm a little
confused. Having not used handles much (just adding
gca/gcf etc when required) I'm at a bit of a loss on how to
do this. If I enter:
cbar_axes = colorbar('peer',gca,...etc.);
get(cbar_axes)
I get an "invalid handle object" error message. Now I
appreciate that I'm probably doing something stupid, so
could you please point me in the right direction!?
Are you closing the figure containing the colorbar or removing the colorbar
before your call to GET? If so, the colorbar handle cbar_axes is no longer
a valid handle, which would give the error you mentioned.
If that's not the case, can you describe in more depth exactly what you're
doing when you receive this error, and give the full text of the error
message as well as the version you're using?
--
Steve Lord
slord@xxxxxxxxxxxxx
.
- References:
- colorbar title
- From: Christopher Hummersone
- Re: colorbar title
- From: Walter Roberson
- Re: colorbar title
- From: Christopher Hummersone
- colorbar title
- Prev by Date: write data
- Next by Date: Re: How to eliminate banner in command line?
- Previous by thread: Re: colorbar title
- Next by thread: Get Interior Points
- Index(es):
Relevant Pages
|