From: Kyle on
Hello all,

I am plotting data files using meshc to get a 3D image of the data, and I am running into difficulties setting the scale of the plots. Can someone show me the options I need to include in calling meshc in order to specify the range I want on the z axis?
From: Walter Roberson on
Kyle wrote:

> I am plotting data files using meshc to get a 3D image of the data, and
> I am running into difficulties setting the scale of the plots. Can
> someone show me the options I need to include in calling meshc in order
> to specify the range I want on the z axis?

Would that not be a matter of calling zlim() or setting the ZLim
property of the axes ?
From: Kyle on
Walter Roberson <roberson(a)hushmail.com> wrote in message <gHRLn.19306$TL5.17873(a)newsfe24.iad>...
> Kyle wrote:
>
> > I am plotting data files using meshc to get a 3D image of the data, and
> > I am running into difficulties setting the scale of the plots. Can
> > someone show me the options I need to include in calling meshc in order
> > to specify the range I want on the z axis?
>
> Would that not be a matter of calling zlim() or setting the ZLim
> property of the axes ?


That sounds like a step in the right direction, but I am unfamiliar with how to do that. I am pretty new to matlab. Could you either enlighten me or point me in the direction of somewhere I can enlighten myself?

Thanks :)
From: us on
"Kyle " <kbrig035(a)uottawa.ca> wrote in message <htopc4$a98$1(a)fred.mathworks.com>...
> Walter Roberson <roberson(a)hushmail.com> wrote in message <gHRLn.19306$TL5.17873(a)newsfe24.iad>...
> > Kyle wrote:
> >
> > > I am plotting data files using meshc to get a 3D image of the data, and
> > > I am running into difficulties setting the scale of the plots. Can
> > > someone show me the options I need to include in calling meshc in order
> > > to specify the range I want on the z axis?
> >
> > Would that not be a matter of calling zlim() or setting the ZLim
> > property of the axes ?
>
>
> That sounds like a step in the right direction, but I am unfamiliar with how to do that. I am pretty new to matlab. Could you either enlighten me or point me in the direction of somewhere I can enlighten myself?
>
> Thanks :)

a hint:
- plenty of light here at

help zlim;

us
From: Kyle on
"us " <us(a)neurol.unizh.ch> wrote in message <htoq16$l9h$1(a)fred.mathworks.com>...
> "Kyle " <kbrig035(a)uottawa.ca> wrote in message <htopc4$a98$1(a)fred.mathworks.com>...
> > Walter Roberson <roberson(a)hushmail.com> wrote in message <gHRLn.19306$TL5.17873(a)newsfe24.iad>...
> > > Kyle wrote:
> > >
> > > > I am plotting data files using meshc to get a 3D image of the data, and
> > > > I am running into difficulties setting the scale of the plots. Can
> > > > someone show me the options I need to include in calling meshc in order
> > > > to specify the range I want on the z axis?
> > >
> > > Would that not be a matter of calling zlim() or setting the ZLim
> > > property of the axes ?
> >
> >
> > That sounds like a step in the right direction, but I am unfamiliar with how to do that. I am pretty new to matlab. Could you either enlighten me or point me in the direction of somewhere I can enlighten myself?
> >
> > Thanks :)
>
> a hint:
> - plenty of light here at
>
> help zlim;
>
> us

heh, cheers