

InterviewSolution
Saved Bookmarks
1. |
The accuracy of quad() is ___________(a) very low(b) low(c) moderate(d) highI had been asked this question in exam.The query is from Integration in division Beyond the Basics of MATLAB |
Answer» CORRECT CHOICE is (b) low Explanation: The quad() function is pertinent for low accuracy problems. The QUADL() function is more useful for high accuracy problems. |
|