

InterviewSolution
Saved Bookmarks
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() |
|