can i convert matlab simulink model into matlab code?
조회 수: 21 (최근 30일)
이전 댓글 표시
I have simulink models in digital communication , then can i convert it into matlab codes?
댓글 수: 0
답변 (1개)
Walter Roberson
2020년 10월 20일
편집: Walter Roberson
2020년 10월 20일
No. There are no tools to convert Simulink to MATLAB. There are tools to convert Simulink to C or C++.
Most Simulink blocks have equivalent MATLAB functions, so sometimes Re-implementation in MATLAB is not so difficult.
댓글 수: 3
DB
2024년 11월 5일
편집: DB
2024년 11월 5일
Dear Walter, @Walter Roberson
You wrote that 'Most Simulink blocks have equivalent MATLAB functions, so sometimes Re-implementation in MATLAB is not so difficult'. Which blocks are those that have simulink functions? And is there a list or documentation of these somewhere ?
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!