How to convert matlab .m code into simulink model ?
조회 수: 61 (최근 30일)
이전 댓글 표시
I have a matlab code for my steganographt project. But now I am using raspberry pi for simulation so i need to convert my code into simulink model. Can anyone help me how to convert my code into simulink model.
댓글 수: 0
답변 (1개)
Carlos
2014년 3월 26일
댓글 수: 3
Biruntha Gnaneswaran
2015년 10월 24일
I also have many functions in my code in separate matlab files. How can i solve this?
Walter Roberson
2015년 10월 24일
It is enough that the MATLAB function block refers to the other functions and those functions are on the MATLAB path. However, if you hope to use Accelerator mode, those functions might need their code touched up.
참고 항목
카테고리
Help Center 및 File Exchange에서 Raspberry Pi Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!