Podcast
Questions and Answers
Which command is used to plot a 3D line graph in Matlab?
Which command is used to plot a 3D line graph in Matlab?
- surf
- mesh
- plot3 (correct)
- scatter
What is the purpose of the surf command in Matlab?
What is the purpose of the surf command in Matlab?
- To plot a bar graph
- To plot a scatter plot
- To plot a 2D line graph
- To plot a 3D surface plot (correct)
Which command is used to plot a 2D mesh plot in Matlab?
Which command is used to plot a 2D mesh plot in Matlab?
- mesh (correct)
- plot3
- scatter
- surf