1.

Which of the following command unloads a library from the system?(a) unldlibrary()(b) unloadlibrary()(c) unloadlibrary{}(d) unldlibrary[]This question was addressed to me in a job interview.The origin of the question is Calling External Functions topic in chapter Advanced Software Development of MATLAB

Answer»

Correct option is (b) unloadlibrary()

EXPLANATION: The correct command to UNLOAD a LIBRARY is unloadlibrary(). It is SYNTACTICALLY correct and no misspelling.



Discussion

No Comment Found

Related InterviewSolutions