

InterviewSolution
Saved Bookmarks
1. |
The code quad(‘x.^2’,-3,2) is same as ___________(a) quad(‘x.^2’,-2,3)(b) quad(‘x.^2’,-3,2)(c) quad(x.^2,3,-2)(d) quad(‘x^2’,-2,-3)The question was asked in examination.I'm obligated to ask this question of Integration in division Beyond the Basics of MATLAB |
Answer» Correct answer is (a) quad(‘x.^2’,-2,3) |
|