1.

What does the function matlab.addons.toolbox.installedToolboxes return?(a) A structure(b) A table(c) A structure of arrays(d) An array of structureThis question was posed to me in an online interview.I would like to ask this question from Toolbox Distribution topic in section Advanced Software Development of MATLAB

Answer»

Right answer is (c) A STRUCTURE of arrays

The BEST explanation: The above command returns a structure of arrays which are the NAME, VERSION and Guide of the toolboxes installed in the system. It can be converted to array form and then viewed properly.



Discussion

No Comment Found

Related InterviewSolutions