How to plot dirac n-th derivation ?

7 visualizzazioni (ultimi 30 giorni)
joejonson
joejonson il 31 Ago 2015
Commentato: Star Strider il 1 Set 2015
I dont know how to plot this function which contains first and second derivation of dirac.
This is how i tried to solve it
Y= 80.624*t + 731939*dirac(t) + 6.373*(t^2) + 4663650*dirac(t,1) + 159*dirac(t,2) + 124126*(t^3);
ezplot(Y ,[0 1])
But Matlab send me:
Error using sym/dirac
Too many input arguments
Can someone please help. Thanks

Risposta accettata

Star Strider
Star Strider il 31 Ago 2015
You have the arguments to dirac reversed.
From the documentation:
  • dirac(n,x) represents the n-th derivative of the Dirac delta function at x.
  36 Commenti
joejonson
joejonson il 1 Set 2015
I am very grateful to both of you, Star Strider and Walter, for your time and all you have done to help me.! I appreciate it!
Thanks you again
Star Strider
Star Strider il 1 Set 2015
My (our) pleasure!

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by