using Right Hand Coordinate system with Vertical Y

2 views (last 30 days)
I'm trying to model user input into a graph. This is meant to be similar to the coordinate system used in computer graphics, where the X and Z axes are horizontal while the Y axis is vertical. Which is different from how Matlab does it by default - X and Y horizontal, Z vertical. Is there any way I can change the Axis to handle this?
I could rotate the generated image 90 degrees counter-clockwise along the X-axis to get my desired result, but the image rotation is rather limited so I cannot rotate is past that 90 degrees, making it a little difficult for the graph to be completely usable for my purposes.

Answers (1)

Matt J
Matt J on 3 Oct 2013
Just rename the axes using xlabel, ylabel, zlabel

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!