

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Matlab knowledge and support exam preparation. Choose a topic below to get started.
1. |
MEX files work on JAVA. |
A. | tTrue |
B. | tFalse |
Answer» C. | |
2. |
A function is not returning values according to desired input values. What should be the correction? |
A. | Include clear all at the beginning of function file |
B. | Include close all at the beginning of function file |
C. | Include echo on in the function file |
D. | Cannot be solved |
Answer» B. Include close all at the beginning of function file | |
3. |
A student is repeatedly calling a function file but gets no output. She has checked the file repeatedly so finally she asked her teacher about it. The teacher checked everything and finds the error and gives her a scolding. What is a silly mistake? |
A. | She was calling the wrong function |
B. | She has placed a semicolon at the end of the line which computes the desired values |
C. | She has called a .m file |
D. | She was calling a script file |
Answer» C. She has called a .m file | |
4. |
How do you create a function file in MATLAB? |
A. | Begin m-file with function definition |
B. | Begin script file with function definition |
C. | There is no such thing called function file |
D. | An m-file is only a function file |
Answer» B. Begin script file with function definition | |