登录
首页 » matlab » 倒立摆课程设计

倒立摆课程设计

于 2019-06-24 发布
0 162
下载积分: 1 下载次数: 1

代码说明:

说明:  The state space equation of the inverted pendulum is given and built in the simulink. The linearization of the system is completed, and the stability, controllability and observability of the system are judged.

文件列表:

倒立摆课程设计\guanceqi.slx, 28468 , 2017-12-06
倒立摆课程设计\jieyuemaichong.m, 633 , 2017-11-30
倒立摆课程设计\keil.m, 132 , 2017-11-24
倒立摆课程设计\simulink1.slx, 19570 , 2017-11-26
倒立摆课程设计\untitled.slx, 11709 , 2017-11-24
倒立摆课程设计\zhaungtai.m, 639 , 2017-11-24
倒立摆课程设计\zhuangtaifankui.slx, 21336 , 2017-11-28
倒立摆课程设计\~$立摆课程设计.doc, 162 , 2018-04-15
倒立摆课程设计\倒立摆课程设计.doc, 839680 , 2019-06-24
倒立摆课程设计\大图.pdf, 42731 , 2017-12-06
倒立摆课程设计\对系统的稳定性进行分析.docx, 333516 , 2017-11-28
倒立摆课程设计, 0 , 2019-06-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cmd
    制作pcoa、饼图、venn图、热图、柱状图的脚本,可直接改参数使用,内有注释,适用于微生物多样性(the Script to make PCOA)
    2020-06-20 01:40:01下载
    积分:1
  • MatlabMie
    米氏散射理论的matlab模拟,球粒子Mie散射(含蒙特卡洛仿真)(Matlab simulation of mie scattering theory)
    2021-04-12 15:58:57下载
    积分:1
  • ReportCreator
    可实现报告单的简单编辑、格式和内容的调整(This is a ReportsCreator!)
    2020-06-16 20:40:02下载
    积分:1
  • 廖雪峰python3教程
    如果你满足以下条件: ? 会使用电脑,但从来没写过程序; ? 还记得初中数学学的方程式和一点点代数知识; ? 想从编程小白变成专业的软件架构师; ? 每天能抽出半个小时学习。 那么你就能学会python(If you meet the following criteria: Can use a computer, but never write a program; Remember junior high school math equations and a little algebra; Want to go from programming whiz to professional software architect; I can spare half an hour to study every day. Then you can learn python)
    2020-06-25 16:20:01下载
    积分:1
  • This is what I see with jAVA prepared by the excellent rules engine. Learning to...
    这是我所见到的用jAVA编写的非常优秀的规则引擎.对学习编写规则引擎有十分重要的借鉴作用!-This is what I see with jAVA prepared by the excellent rules engine. Learning to prepare rules engine has a very useful!
    2023-08-23 09:50:04下载
    积分:1
  • DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,中hdlock.dat是我写的用于装...
    DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,其中hdlock.dat是我写的用于装入硬盘0柱0道1扇的硬盘锁,hdlock.exe实现 (1)把hdlock.dat装入硬盘0柱0道1扇并设置硬盘锁的密码,(2)修改密码,(3)卸载 硬盘锁 在此,先介绍一下 hdlock.dat,因为硬盘锁本身受空间限制,必须严格控制在1bdH 字节内,(知道为什么吗?)所以是不能用masm先写原程序,再编译,我基本上是用debug 的A命令一次性写出来的,我把这些反汇编了出来,加上一些注释,给大家看看,互相学习 吗。 -DOS logic lock First, I briefly tell us about the procedure that I used the compilation of written procedures are two documents : hdlock.exe hdlock.dat, hdlock.dat yes, I wrote for the packed column drives 0 0 1 hard disk lock, hdlock.exe achieve ( 1) hdlock.dat loaded drive 0- 0 and set up a password lock drive, (2) to alter the code, (3) remove the hard disk lock, first tell us about hdlock.dat, since drive lock itself subject to space restrictions, must be strictly controlled within the 1bdH byte (wonder why?) So it is not used can write original program first and then build, basically, I used the debug A one-time write down orders, I put out a compilation of the anti-plus some notes, for every
    2022-04-23 17:27:25下载
    积分:1
  • 蓝桥杯十六进制转换八进制
    说明:  十六进制转换八进制,可以把一个十六进制的数转换成八进制(Hexadecimal to octal, you can convert a hexadecimal number to octal)
    2020-04-25 22:27:57下载
    积分:1
  • centroid
    可以计算光斑中心,采用重心法,请记得更改图片路径(calculate the spot centroid)
    2018-01-30 15:52:28下载
    积分:1
  • concepts and applications
    说明:  此有限元英文书籍讲述了有限元基础,并在每章后面编制有对应的MATLAB;MAPLE程序,很好的与前面的有限元理论结合。很适合有限元的初学者。(This English finite element book describes the foundation of finite element, and at the end of each chapter, the corresponding MATLAB; Maple program is compiled, which is well combined with the previous finite element theory. It is very suitable for beginners of finite element.)
    2019-11-20 10:04:30下载
    积分:1
  • VC++傅立叶变换算法源码
    VC++傅立叶快速变换算法实例,本演示源码使用了基2、基3、基4、基5、基8……混合算法,可以计算任意长度的FFT。也就是当序列长度n为2、3、5、7、11等比较小的素数时,或者n的最大素因数
    2022-01-26 07:59:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载