How to plot a DE
Mostra commenti meno recenti
Hello!
I´m in trouble plotting the result of this differential equation:
syms x_d(t_d)
ode = diff(x_d,t_d,2)+diff(x_d,t_d)-x_d == cos(w_n*t_d);
x_dSol(t_d) = dsolve(ode)
How can I do this?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Calculus in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





