3-axis plot

  • Follow


I am creating a 3-axis plot using:

plot3(x,y,z,'*')

However, I would like to view the figure in 2D (with 3 axis, covering 3 sides of the figure).  
Is this possible?  Thanks for any help.
0
Reply J 9/30/2010 3:05:26 AM

"J G" <jemma.geoghegan@gmail.com> wrote in message <i80upm$q64$1@fred.mathworks.com>...
> I am creating a 3-axis plot using:
> 
> plot3(x,y,z,'*')
> 
> However, I would like to view the figure in 2D (with 3 axis, covering 3 sides of the figure).  
> Is this possible?  Thanks for any help.
- - - - - - - - - -
  The display of plot3 is of necessity a two-dimensional view.  The matlab function 'view' is used to adjust this in accordance with a user's desired azimuth and elevation angles with respect to a hypothetical three-dimensional plot.  See its documentation.

Roger Stafford
0
Reply Roger 9/30/2010 3:40:24 AM


On 29/09/10 10:05 PM, J G wrote:
> I am creating a 3-axis plot using:
>
> plot3(x,y,z,'*')
>
> However, I would like to view the figure in 2D (with 3 axis, covering 3
> sides of the figure). Is this possible? Thanks for any help.

Could you point us to a sample of what you would like the result to look 
like? It's hard to imagine at the moment, unless you were using a 
non-linear unfolding like is done for maps of the Earth.
0
Reply Walter 9/30/2010 4:21:24 AM

Walter Roberson <roberson@hushmail.com> wrote in message <8fUoo.17718$Ki.10316@newsfe17.iad>...
> On 29/09/10 10:05 PM, J G wrote:
> > I am creating a 3-axis plot using:
> >
> > plot3(x,y,z,'*')
> >
> > However, I would like to view the figure in 2D (with 3 axis, covering 3
> > sides of the figure). Is this possible? Thanks for any help.
> 
> Could you point us to a sample of what you would like the result to look 
> like? It's hard to imagine at the moment, unless you were using a 
> non-linear unfolding like is done for maps of the Earth.

You can use PLOTYY; hope it helps.
0
Reply j.r.garayoa.guajardo (1) 9/21/2011 11:54:28 AM

3 Replies
621 Views

(page loaded in 0.102 seconds)

Similiar Articles:













7/23/2012 3:34:37 AM


Reply: