1.

A user defined function can be used by neglecting case sensitivity.(a) True(b) FalseI had been asked this question during an interview.Question is taken from Spelling Error topic in section Troubleshooting of MATLAB

Answer»

Correct choice is (b) False

The BEST explanation: A user-defined command cannot be USED by NEGLECTING case SENSITIVITY. MATLAB won’t be able to recognize the particular m.file and if we call the function by neglecting case sensitivity, it will result in an error.



Discussion

No Comment Found