1.

What are the difference between the ‘help’ and the ‘look for’ command?(a) No difference(b) Syntactical difference(c) Help returns the entire set while look for returns specific commands(d) Help returns all the toolbox while look for returns a single toolboxThis question was posed to me in exam.My question is taken from The MATLAB Interface in portion Interacting with MATLAB of MATLAB

Answer»

The correct option is (c) Help returns the entire SET while look for returns specific commands

The best I can explain: The ‘help’ command is used to return all the commands SURROUNDING a particular toolbox name ENTERED ALONG with it. The ‘look for’ command is used to return a particular function or set of functions WHOSE name matches with the keyword entered in along with the ‘look for’ command.



Discussion

No Comment Found

Related InterviewSolutions