convert simulink block to matlab code
조회 수: 2 (최근 30일)
이전 댓글 표시
how to convert simulink built-in block to matlab code? link? tutorial?
댓글 수: 2
Saurabh
2024년 7월 31일
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.
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!