

InterviewSolution
Saved Bookmarks
1. |
How will we integrate a non-linear function, f, taken as an inline function?(a) int([f])(b) quad(‘f’)(c) quad([f])(d) quad(‘[f]’)This question was addressed to me by my college director while I was bunking the class.This key question is from Integration topic in portion Beyond the Basics of MATLAB |
Answer» Correct answer is (d) quad(‘[F]’) |
|