

InterviewSolution
Saved Bookmarks
1. |
To do double limits, we can use __________(a) limit(limit())(b) limit( multiple inputs)(c) cannot be done in MATLAB(d) lim()This question was posed to me in homework.My query is from Limits in section Beyond the Basics of MATLAB |
Answer» CORRECT choice is (a) limit(limit()) Best EXPLANATION: DOUBLE limits can be done in MATLAB. This can be done by placing limits WITHIN limits as in option limit(limit()). We cannot give multiple arguments within one LIM() command. There is no command called lim() in MATLAB. |
|