What is the main difference between matlab and simlink
古いコメントを表示
I am trying to understand when someone would use matlab over simulink or use simulink instead of matlab.
回答 (1 件)
Stephen23
約15時間 前
移動済み: Walter Roberson
約14時間 前
1 投票
MATLAB (MATrix LABoratory) is a programming language and computational environment.
What it’s used for:
- Numerical computing
- Data analysis & visualization
- Algorithm development
- Signal & image processing
- Machine learning
Simulink is a graphical simulation tool built on top of MATLAB.
What it’s used for:
- Modeling dynamic systems
- Simulating real-world processes
- Control systems design
- Embedded systems and hardware simulation
2 件のコメント
Evan
約12時間 前
Walter Roberson
約11時間 前
You can create PID controller systems in either MATLAB https://www.mathworks.com/help/control/ref/pid.html or Simulink
カテゴリ
ヘルプ センター および File Exchange で Model Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!