1.

The command to get more accurate solution for definite integration is ______________(a) int()(b) quad()(c) quadl()(d) not present in MATLABI had been asked this question in an international level competition.I need to ask this question from Integration in division Beyond the Basics of MATLAB

Answer»

The correct choice is (c) quadl()

Best explanation: The quadl() command is used to GET a result for definite integration with more accuracy. The quad() command does the job with LESS accuracy. The int() command returns FRACTION FORM and not a decimal form hence we cannot compare accuracy with it.



Discussion

No Comment Found

Related InterviewSolutions