Compare MATLAB and SIMULINK?

175 views (last 30 days)
Rageeni sah
Rageeni sah on 26 Jan 2014
Answered: Benjamin Thompson on 11 Mar 2022
Hello Everyone,
I am an BE student. Till now I have used mat-lab just to run small codes. Now I want to do my final year project using matlab. but I am little confused about the use of matlab and simulink. My Question is:What is the major difference between MATLAB coder and SIMULINK coder and where are they specifically used ?
  3 Comments
Vikas Kumar
Vikas Kumar on 18 Jul 2019
I got the results from M-file and simulink block. Both are very different. Is this possible to get different answer from both ways? If yes, Tel me how can find the same answer
Walter Roberson
Walter Roberson on 18 Jul 2019
Which ode*() routine did you use in MATLAB, and which solver did you configure in Simulink?

Sign in to comment.

Accepted Answer

Mischa Kim
Mischa Kim on 26 Jan 2014
Edited: Mischa Kim on 26 Jan 2014
Hello Rageeni, are you asking about the difference between MATLAB and Simulink or the coders?
In general, if you need to generate C/C++ code from MATLAB you need the MATLAB coder. To generate C/C++ code from Simulink and Stateflow models you need in addition the Simulink coder. For detailed information check out http://www.mathworks.com/products/matlab-coder/description1.html and the corresponding Simulink coder web site.
  1 Comment
Rageeni sah
Rageeni sah on 26 Jan 2014
I want to know differences between matlab and simulink with/in all aspects??? (eg. in tems of speed,efficiency,criteria, etc.)

Sign in to comment.

More Answers (2)

Azzi Abdelmalek
Azzi Abdelmalek on 26 Jan 2014
Edited: Azzi Abdelmalek on 26 Jan 2014
There is no comparison between Matlab and Simulink, because Simulink is one of many tools that are provided with Matlab. When you by Matlab you can by it with or without those tools.
Simulink, makes simulations easier to achieve, by using blocks that correspond to codes you don't see. With simulink, the model of the system you want to simulate is more readable, because it's represented by graphics.
You can use Matlab to simulate a system, but you have to program your own routines added to the ones that are provided by matlab.
  2 Comments
Rageeni sah
Rageeni sah on 26 Jan 2014
Then what is the use of other tools if matlab itself is so self-efficient??
Azzi Abdelmalek
Azzi Abdelmalek on 26 Jan 2014
Each tool has its use. I can't tell you in one phrase the use of tens of tools provided with Matlab. They concern many fields (Electronics, Automatic control, Statistics,compilation, data acquisition, ...)

Sign in to comment.


Benjamin Thompson
Benjamin Thompson on 11 Mar 2022
Adding to previous answers on this, and updating for changes in the Mathworks product offerings:
Simulink diagrams can server as design documentation, possibly more effectively than MATLAB code listings. You can even use the print frame options to give the model diagram printouts a more official engineering drawing look.
With the release of Simulink Compiler and the Mathworks efforts on integrating Simulink models with App Designer, Simulink Coder may no longer be necessary depending on your application requirements.

Categories

Find more on Simulink Coder 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!