- Category:
- Network develop
- Tags:
-
- File Size:
- 21kb
- Update:
- 2020-07-10
- Downloads:
- 2 Times
- Uploaded by:
- 土木小生
Description: Enter the%% hysteresis curve on the command line
t0=0;
tf=20;
x0=[0 0 0]
[t,x]=ode45('Lorenz',[t0 tf],x0);
plot(x(:,1),x(:,3))
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
untitled.fig | 21322 | 2020-06-23
|
Lorenz.m | 357 | 2020-06-23 |