Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Pointcare Plot MATLAB Code Help

Status
Not open for further replies.

apsoni123

Newbie level 1
Joined
Jul 26, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
I needed help with the following question in MATLAB. if someone can help me built the code for this that would be great. I am in mechanical engineering and my programming skills r not upto the mark to get solution in MATLAB. Please Help.

Consider an electric circuit described by the third order ODE
...
...
x +3.90x¨−x(xÿ )^2+(x^3) −0.26 = 0,
...
x= d3x/dt3,
x¨ = d^2x/dt^2 and xÿ = dx/dt (the dimensionless parameter x is proportional to voltage, and both voltage and time
have been made dimensionless here).
From the initial conditions, x(0) = 3.3, xÿ (0) = 0.9, and x¨(0) = 0, plot the first 1000 steps, in the coordinates
(x, xÿ ), taking steps of h = 0.10 in RK4 method. Plot the coordinates after each step as discrete points, not as a line
or curve — the resulting plot is called a Poincar´e plot.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top