Skip to main content
1-Visitor
March 28, 2015
Question

Plot 2D slice view of any angle

  • March 28, 2015
  • 3 replies
  • 1569 views

Hi,

I have a 3d plot on an rectangle range within x-y,

I want to have a 2d slice view of the diagonal.

Is there a way to achieve this ?

3 replies

23-Emerald V
March 28, 2015

Shawn Fan wrote:

Hi,

I have a 3d plot on an rectangle range within x-y,

I want to have a 2d slice view of the diagonal.

Is there a way to achieve this ?

There are several possibilities. Possibly the most straightforward is to create a special variant of your uh function that accepts only one parameter and returns the x, y co-ordinates on the diagonal and the value of uh, for those points. Then use CreateSpace to plot this function.

Stuart

sfan1-VisitorAuthor
1-Visitor
March 29, 2015

Hi, Stuart,

I am running the 3.0 version and using the educational license.

Is there a way to open your file with 3.0?

Or could you please screenshot your process of creating the variant function of uh?

Thank you for your help!

Shawn

23-Emerald V
March 29, 2015

You don't actually need CreateSpace to just plot the function ...

Stuart