

InterviewSolution
Saved Bookmarks
1. |
Can we have multiple 3d plots in MATLAB?(a) Yes(b) No(c) Maybe(d) Cannot be determinedThe question was asked in class test.I would like to ask this question from Plotting Multiple Curves topic in chapter MATLAB Basics of MATLAB |
Answer» RIGHT answer is (a) Yes To elaborate: The plot3() function is a pre-defined function in MATLAB. So, it will allow the use to generate multiple 3d PLOTS. This is inherent to the SYSTEM. |
|