

InterviewSolution
Saved Bookmarks
1. |
What will be the command to find the current through a 1H inductor (no initial current) whose voltage changes by v=t^2?(a) int(‘t^2’)(b) intg(‘t^2’)(c) int(t^2)(d) Cannot be determinedThis question was addressed to me in exam.My doubt is from Integration topic in portion Beyond the Basics of MATLAB |
Answer» Right choice is (c) int(t^2) |
|