

InterviewSolution
Saved Bookmarks
1. |
The capacitor voltage due to a current of i=t^4with v(0^+)=3 is found from using _________(a) ODE solver(b) int() command(c) quad() command(d) diff() commandThis question was addressed to me at a job interview.The origin of the question is Integration in section Beyond the Basics of MATLAB |
Answer» The correct answer is (a) ODE solver |
|