Transform a S-function into a Simulink block
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
There is a way to transform a S-function or a Matlab script for Interpreted MATLAB Fcn block into a custom simulink block without carrying m-files and mdl files?
I need to use a single file as model.
댓글 수: 0
채택된 답변
Kaustubha Govind
2012년 11월 16일
The only way to create a custom Simulink block without having to carry additional MATLAB or C-MEX S-function files is to create your block using other Simulink library blocks, grouped as a subsystem.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!