1.

The help command works only for a pre-defined function in MATLAB.(a) True(b) FalseThe question was asked in final exam.The query is from Presenting Results topic in portion Interacting with MATLAB of MATLAB

Answer»

The CORRECT choice is (a) True

The best explanation: The help command will only show the nature of functions of any command which is already existing in the MATLAB directory. If we WANT to show the PURPOSE of our written function, we have to ADD comments in our m-file and then enter the echo command.



Discussion

No Comment Found

Related InterviewSolutions