What is the main difference between matlab and simlink
Show older comments
I am trying to understand when someone would use matlab over simulink or use simulink instead of matlab.
Answers (1)
Stephen23
about 5 hours ago
Moved: Walter Roberson
about 5 hours ago
1 vote
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 Comments
Evan
14 minutes ago
Walter Roberson
about 1 hour ago
You can create PID controller systems in either MATLAB https://www.mathworks.com/help/control/ref/pid.html or Simulink
Categories
Find more on Model Setup in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!