

InterviewSolution
Saved Bookmarks
1. |
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 solvedI had been asked this question during an online exam.I'd like to ask this question from M-Files in division Interacting with MATLAB of MATLAB |
Answer» Right answer is (a) Include clear all at the BEGINNING of function file |
|