MATLAB - 3D Plotting and Visualization
Which of the following is the correct syntax to set the view angle to azimuth 90 and elevation 0 in MATLAB?
view(az, el) where az and el are numeric values.view(90, 0); matches the correct syntax. The others either omit the comma between arguments or use named parameters not supported by MATLAB's view function.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions