Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linspace
Search - linspace - List
syms y(t) r 2 V odeToVectorField(diff(y, 2) + 0.5*diff(y, 1) - y^3+y^5 r*cos(t)) M matlabFunction(V, vars , { t , Y }) -syms y(t) r 2 V odeToVectorField(diff(y, 2)+ 0.5*diff(y, 1)- y^3+y^5 r*cos(t)) M matlabFunction(V, vars , { t , Y }) sol ode45(M,[0 20],[2 0]) x linspace(0,20,100) y1 d (sol,x,1) y2 d (sol,x,2) plot(x,y1, r- ,x,y2, b: ) legend( y1 , y2 ) xlabel( 时间 ) ylabel( y ) grid on
Date : 2025-12-28 Size : 17kb User : 黎燕霞
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.