

InterviewSolution
Saved Bookmarks
1. |
Command used to display the value of variable x.(a) displayx(b) disp(x)(c) disp x(d) vardisp(‘x’)This question was addressed to me during an online interview.I need to ask this question from Input and Output in chapter MATLAB Basics of MATLAB |
Answer» Right answer is (b) disp(x) |
|