Simscape Language: Van Der Pol’s Equation

版本 1.4.0.1 (310.0 KB) 作者: Steve Miller
Simscape language example showing how to implement and solve a nonlinear second-order ODE.
2.3K 次下载
更新时间 2016/9/1

查看许可证

This file contains the Simscape language source code implementing Van Der Pol’s equation (x′′ - μ(1-x2)x′ + x = 0). We rewrite the equation as a system of first-order ordinary differential equations (ODE), and then implement them as a vector. This file also contains a Simulink model that can be used to plot the solution to this equation in time.
To find other Simscape language examples, search for posts with the keyword "simscape language"
http://www.mathworks.com/matlabcentral/fileexchange/?term=%22simscape+language%22
To view a webinar (35 minutes) about the Simscape language, go to:
http://www.mathworks.com/videos/physical-modeling-with-the-simscape-language-81733.html

To learn more about MathWorks Simscape products, go to:
http://www.mathworks.com/physical-modeling/

引用格式

Steve Miller (2024). Simscape Language: Van Der Pol’s Equation (https://www.mathworks.com/matlabcentral/fileexchange/25639-simscape-language-van-der-pol-s-equation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Ordinary Differential Equations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Van_Der_Pol_R09a/

Van_Der_Pol_R16a/

版本 已发布 发行说明
1.4.0.1

Updated license

1.4.0.0

Added R2016a version.

1.3.0.0

Fixed webinar link.

1.2.0.0

Updated link to webinar

1.0.0.0