Difference between Simulink and matlab

Can anyone help me to identify the difference between matlab and Simulink ?

2 Comments

Simulink has Graphical User Interface (GUI) whereas Matlab is just code. Simulink's GUI lends it more intuitiveness.
Simulink supports hardware communication. You can write a PID controller in Simulink and download it to Arduino. Embedded coding: it can convert Simulink code to C code.
The limitations for Matlab is that it doesn't control hardware very well.

Sign in to comment.

Answers (0)

Categories

Asked:

on 12 Feb 2019

Community Treasure Hunt

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

Start Hunting!