Floating point to Fixed point
이전 댓글 표시
Hey guys, I have an user-defined MATLAB code (floating point) block in my simulink model. The MATLAB code contains loops, a function call and an arctan function. How can I convert the entire simulink model into a fixed point model (including the MATLAB code block)?
답변 (1개)
Ayush Kumar Jaiswal
2022년 6월 19일
0 개 추천
To note the workflow for converting MATLAB function blocks into fixed point follow the documentation below:
- https://in.mathworks.com/help/fixedpoint/ug/convert-a-model-with-a-matlab-function-block-to-fixed-point.html
- https://in.mathworks.com/help/fixedpoint/ug/best-practices-for-working-with-the-matlab-function-block-in-automated-fixed-point-conversion-workflows.html
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!