- svmlightToolbox SVM light 工具箱 包含window版本和matlab版本 由美国cornell大学的教授Thorsten Joachims部署 执行SVM二分类 速度明显快于libsvm 下载文件中包含 1.例子(inductive SVM 和 transductive SVM) 2.说明文件 3.源程序
- JXCManager0309 设计使用 JTable 的应用程序时
- single_image_SR 外国人写的
- 振动传感器 在ministm32上实现振动来读取高低电平(Vibration is read on the ministm32 to read high and low levels)
- mega128振动器中断处理
- 最短路径算法实现 用dikstra算法实现
文件名称:matlab代码
介绍说明--下载内容来自于网络,使用问题请自行百度
在命令行输入%%滞回曲线
t0=0;
tf=20;
x0=[0 0 0]
[t,x]=ode45('Lorenz',[t0 tf],x0);
plot(x(:,1),x(:,3)),可得滞回曲线(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)))
t0=0;
tf=20;
x0=[0 0 0]
[t,x]=ode45('Lorenz',[t0 tf],x0);
plot(x(:,1),x(:,3)),可得滞回曲线(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)))
相关搜索: BOUC-WEN模型滞回曲线方程
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
untitled.fig | 21322 | 2020-06-23 |
Lorenz.m | 357 | 2020-06-23 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.