Advanced Software Development set 2

Que.Which of the following command unloads a library from the system?
a. unldlibrary()
b. unloadlibrary()
c. unloadlibrary{}
d. unldlibrary[]
Que.The isjava command returns?
a. 1 if the input is a java file
b. 1 if the input is not a java object
c. 1 if the input is a java object
d. 0 if the input is a java object
Que.The input to the isjava command is given within _________
a. ()
b. []
c. {}
d. Doesn’t exist
Que.The isobject(A) returns a 1 if the _________
a. A is a MATLAB class
b. A is a JAVA class
c. A is a C file
d. A is not a MATLAB class
Que.Python files cannot be used in MATLAB.
a. True
b. False
c. May be True or False
d. Can’t say
Que.Python commands can be run in MATLAB without Python in the system.
a. True
b. False
c. May be True or False
d. Can’t say
Que.What is the extension of a newly created toolbox?
a. .mltbx
b. .mlx
c. .tlx
d. .tbx
Que.What does the following function do?
matlab.addons.toolbox.packageToolbox

a. Converts a .prj file to a .mltbx file
b. Converts a .mat file to a .mltbx file
c. Converts a .mltbx file to a .prj file
d. Converts a .mltbx file to a .prj file
Que.What does the following function do?
matlab.addons.toolbox.toolboxVersion

a. Shows all versions of a toolbox
b. Shows the current version of a toolbox
c. Shows the previous versions of a toolbox
d. Error
Que.The input to the function “matlab.addons.toolbox.toolboxVersion” is given within ______
a. Parentheses
b. {}
c. []
d. The function doesn’t exist