InterviewSolution
Saved Bookmarks
| 1. |
How many objects are created for 24 texts written in the graph?(a) 22(b) 24(c) 21(d) 2The question was asked in an international level competition.My doubt stems from Customizing and Manipulating Graphics topic in division MATLAB Graphics of MATLAB |
|
Answer» RIGHT choice is (b) 24 Easiest explanation: The text COMMAND would be created 24 OBJECTS in the memory for 24 TEXTS added in the graph. It will be able to ACCESS those texts and edit them. |
|