Community Profile

photo

Kamuran


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Can someone help me with my code ? I can not see error.
function dy = vdp1000(t,y) dy = zeros(2,1); dy(1) = y(2); dy(2) = 1000*(1 - y(1)^2)*y(2) - y(1); [T,Y] = ode15s...

9 years ago | 1 answer | 0

1

answer