当前位置:网站首页>Day (9) of picking up matlab
Day (9) of picking up matlab
2022-04-23 15:55:00 【Sola_ Ex】
Pick up MATLAB The ninth day of
Matlab
First time to know simulink
Matlab The version used is ***R2014a***, Different versions simulink It could be different , But the basic operations are similar .simulink It's actually a simulation toolbox , It contains a lot of debugging 、 Simulation tools , from 3D draw 、EDA Simulation toolbox 、 The signal 、 Communication toolbox, etc 、、 It's just .. In fact, all I say is nonsense , The picture above matters ..

This pile of tools , Just learn a few ..( I'm talking about me ).
stay matlab in , How to open simulink?
1、 Find... In the toolbar simulink And click open .

2、 Can be in command Window , Input simulink, And then go back , Run on .

How to use it depends on what you like .
simulink To get started with
In the open simulink After the library , The tools inside cannot be used directly , Actually matlab In use , There's no reason to go directly to cmd Tap the command directly on the window . So it's actually the same operation , Create a script file , But this script file is not .m file , It should be a .mdl file , The meaning of the model .

Just create one here , You can press the shortcut key ctrl+n, A new window will pop up , then ctrl+s Save directly , When it's saved , The high version of the matlab Should be .sxl file , You can manually change it to .mdl Files of type .

from simulink Library , Find the module you need , Build such a model ( This model is a RLC Just a circuit model , If you are interested, you can study it yourself .)

After roughly setting the parameters , Just click Run to compile ,

Until the bottom appears 100%, And you can see the result , I used an oscilloscope , So you need to turn on the oscilloscope to see .

You will see this effect , Indicates... Under this parameter RLC The effect of power on . In this way, a small model can be completed , Further study is needed in the future .
版权声明
本文为[Sola_ Ex]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231554163946.html
边栏推荐
- Fastjon2他来了,性能显著提升,还能再战十年
- Spark 算子之交集、并集、差集
- js正則判斷域名或者IP的端口路徑是否正確
- Upgrade MySQL 5.1 to 5.610
- leetcode-396 旋转函数
- Leetcode-374 guess the size of the number
- Open source project recommendation: 3D point cloud processing software paraview, based on QT and VTK
- PHP function
- Go language, array, pointer, structure
- Distinct use of spark operator
猜你喜欢

C language --- advanced pointer

MySQL集群模式與應用場景

Distinct use of spark operator

APISIX jwt-auth 插件存在错误响应中泄露信息的风险公告(CVE-2022-29266)

Do we media make money now? After reading this article, you will understand

MySQL集群模式与应用场景

Method 2 of drawing ROC curve in R language: proc package

实现缺省页面

时序模型:门控循环单元网络(GRU)

The principle and common methods of multithreading and the difference between thread and runnable
随机推荐
String sorting
[AI weekly] NVIDIA designs chips with AI; The imperfect transformer needs to overcome the theoretical defect of self attention
leetcode-396 旋转函数
One brush 313 sword finger offer 06 Print linked list from end to end (E)
Why is IP direct connection prohibited in large-scale Internet
Fastjon2他来了,性能显著提升,还能再战十年
Load Balancer
Merging of Shanzhai version [i]
Configuration of multi spanning tree MSTP
Control structure (I)
One brush 314 sword finger offer 09 Implement queue (E) with two stacks
多生成树MSTP的配置
一刷312-简单重复set-剑指 Offer 03. 数组中重复的数字(e)
捡起MATLAB的第(8)天
Interview questions of a blue team of Beijing Information Protection Network
计算某字符出现次数
Coalesce and repartition of spark operators
gps北斗高精度卫星时间同步系统应用案例
捡起MATLAB的第(7)天
幂等性的处理