Prev: Segmentation fault when initializing application generated by mcc
Next: Correct Sample time for OFDM using rayleighchan
From: Kyle on 28 May 2010 11:43 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 28 May 2010 11:54 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 28 May 2010 12:01 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 28 May 2010 12:12 "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 28 May 2010 12:17
"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 |