See other catalogues for
The MathWorks
You may also be interested in
Text version of the page
| | | | | | | | | |
| | | |
| | | ATypical 3-DGraph | | |
| | | |
| | | | | | | | | | Step | Typical Code | | | | 6 Set viewpoint. | view([30,25]) set(gca,'CameraViewAngleMode','Manual') | | | | 7 Setaxislimitsand tick marks. | axis([5 15 5 15 -8 8]) set(gca,'ZTickLabel','Negative||Positive') | | | | 8 Setaspectratio. | set(gca,'PlotBoxAspectRatio',[2.5 2.5 1]) | | | | 9 Annotate the graph with axis labels, legend, and text. | xlabel('X Axis') ylabel('Y Axis') zlabel('Function Value') title('Peaks') | | | | 10 Print graph. | set(gcf,'PaperPositionMode','auto') print -dps2 | | | | | | | | | |
| | | |
| | | 1-3 | | |
| | | |
| | | | | | | | | |