Feeds
提问
Trying to do a Laplace transform on a discontinuous function
I am trying to write code to solve g(t). I rewrote the function as g(t) = 4 + 5*(t-2)*e^(t-2)*u(t-2). In MATLAB, syms t ...
2 years 前 | 1 个回答 | 0
1
个回答提问
My code is outputting very illogical answers for the second block (my second vector loop equation).
The first block of code (E1) runs and comes out with a correct answer (validated in excel). It has only one input and two output...
3 years 前 | 3 个回答 | 0
