Can somebody tell me why I am getting an error while using the subs function?
Show older comments
IC=input('Enter the initial conditions in the form [y(0),Dy(0)]'); y(0)=IC(1); dy0=IC(2); LTY= subs(LTY, {'laplace(y(t), t, s)','y(0)','D(y)(0)'}, {Y,y0,dy0});
Accepted Answer
More Answers (0)
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!