

InterviewSolution
Saved Bookmarks
1. |
The laplace transform of step function, u(t), can be calculated by using _____(a) syms t; laplace(t/t)(b) laplace(1)(c) laplace(t/t)(d) sym t; laplace(t/t)This question was addressed to me in homework.Query is from Laplace Transform in portion Control System Applications of MATLAB |
Answer» The correct answer is (a) SYMS t; laplace(t/t) |
|