

InterviewSolution
Saved Bookmarks
1. |
The command used to generate an array of arrows is ________(a) quiver[](b) arrows()(c) quiver()(d) arrows[]This question was addressed to me in an online interview.This question is from Two-Dimensional Plots in chapter MATLAB Graphics of MATLAB |
Answer» CORRECT choice is (C) quiver() The best I can explain: The command quiver is used to GENERATE an array of arrows. This command is used during plotting FIELDS in 2-D. It is used to show the direction of strength of the field that is being PLOTTED. |
|