syms x t s X FF=laplace('diff(x(t),t,t)+7*diff(x(t),t)+10*x(t)=20',s)
How this transformation could be done otherwise?
differential equationserrorslaplace transformationMATLABstr2symsyms
syms x t s X FF=laplace('diff(x(t),t,t)+7*diff(x(t),t)+10*x(t)=20',s)
Best Answer