MATLAB - 3D Plotting and Visualization
Which of the following is the correct syntax to set the view angle to azimuth 60 and elevation 30 in MATLAB?
view function syntaxview(azimuth, elevation); where azimuth and elevation are numeric values.view(60, 30); which matches the correct syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions