Plotting Systems in Matlab: x_1(t),x_2(t) w/ Complex Equations

  • Context: MATLAB 
  • Thread starter Thread starter Tom McCurdy
  • Start date Start date
  • Tags Tags
    Matlab Plot System
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 6K views
Tom McCurdy
Messages
1,021
Reaction score
1
How would you plot

[tex]x_1(t)=c_1e^{-t}+c_2*e^{3t}[/tex]
[tex]x_2(t)=-c_1e^{-t}+c_2*e^{3t}[/tex]

and similar systems in Matlab?

For example if it was complex like:

[tex]x_1(t)=5*e^{5t}(c_1 cos(4t)+c_2sin(4t))[/tex]
[tex]x_2(t)=5*e^{5t}((2 c_1+4 c_2) cos(4t)+(4 c_1 - 2 c_2)sin(4t))[/tex]
 
Physics news on Phys.org
in MATLAB type:
help plot