Error when plotting a graph

1 Ansicht (letzte 30 Tage)
Louis Sharma
Louis Sharma am 25 Nov. 2019
Kommentiert: Star Strider am 25 Nov. 2019
Hello, I am trying to plot the solution to the ordinary second order linear inhomogeneous differential equation:
x''(t)= -x + sin(1.1*t).
I am able to get the solution using the dsolve command, but when I try plotting it using 'plot(x,Solution)', I get an error message saying: 'Warning error updating parametrized function line the following error was reported evaluating the function..' and I can't scroll more to see the full error message.
Any help would be great!

Akzeptierte Antwort

Star Strider
Star Strider am 25 Nov. 2019
Use fplot if you have R2016a or later, ezplot otherwise.
  6 Kommentare
Louis Sharma
Louis Sharma am 25 Nov. 2019
Amazing! This was really helpful!
Star Strider
Star Strider am 25 Nov. 2019
Thank you!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by