Expand description
Orthographic 3D projection for plot3 / scatter3.
Projects (x, y, z) triples onto the 2D plane using MATLAB-compatible
default view angles: azimuth = −37.5°, elevation = 30°.
The projected (x', y') pairs can be passed directly to the ASCII
or file backends as if they were 2D data.
Constants§
- DEFAULT_
AZ - Default azimuth angle in degrees (MATLAB convention).
- DEFAULT_
EL - Default elevation angle in degrees (MATLAB convention).
Functions§
- project_
ortho - Projects 3D points onto a 2D plane using orthographic projection.