Use S-Function Block instead of S-Function Builder for handwritten Code
조회 수: 7 (최근 30일)
이전 댓글 표시
I´m using MatLab Simulink to control a DC Motor with PWM on a Raspberry Pi. As examples i used 'raspberrypi-driver-blocks'. The Problem now is, that I need the mdlterminate and mdlstart functions, that aren't supported in the S-Function Builder Dialog. I therefore edited the generated files (.c-File, .c-wrapper-File and .tlc-File) for my needs. I already read a post, which i can't find now, that recommended replacing the files built by the builder with my handwritten code to get the custom functions running. This unexpectedly works, but i want to use a 'normal S-Function-Block' instead of the Builder Block in my model, because it is a pain editing and expanding my functions. Also the non-permanent mask of a SF-Builder Block is unpleasantly.
I hope the problem is understandable, i´m a non-native speaker of english.
댓글 수: 0
답변 (2개)
Mark McBroom
2016년 3월 20일
1. recompile the mexfile with the "mex" command 2. Put sfunction block in your model configure it to reference your new mex file 3. Optionally mask the sfunction block with parameters required for your sfunction
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!