Clear Filters
Clear Filters

convert simulink block to matlab code

6 views (last 30 days)
Kiran Mahmood
Kiran Mahmood on 11 Oct 2018
Edited: Harsh on 1 Aug 2024
how to convert simulink built-in block to matlab code? link? tutorial?
  2 Comments
Saurabh
Saurabh on 31 Jul 2024
Hi Kiran,
While you can write a Simulink block in MATLAB code, not all Simulink blocks are written in MATLAB. Converting a Simulink block to C code may be the only way to see the logic, which you can then rewrite in MATLAB if required.
As for trying to look under the hood, unfortunately many of Simulink's block diagrams are proprietary code.
I hope this was helpful.

Sign in to comment.

Answers (0)

Categories

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