

InterviewSolution
Saved Bookmarks
1. |
We cannot calculate continuity at infinity in MATLAB.(a) True(b) FalseI have been asked this question during an online exam.This is a very interesting question from Limits topic in portion Beyond the Basics of MATLAB |
Answer» RIGHT choice is (b) False For explanation: We can calculate the continuity of a function at infinity. If the function is CONTINUOUS, we will get a result after USING the LIMIT() command. Else MATLAB will give Inf as a result. |
|