CANpack code generation Problem for MCU without floating-point math capabilities
이전 댓글 표시
real32_T outValue = 0;
{
real32_T result =aa;
result =bb;
outValue = roundf(result);
"This facility may not be available on configurations of the EWL that run on platforms
that do not have floating-point math capabilities. "
--EWL C Reference Manual.pdf
채택된 답변
추가 답변 (1개)
zhichao li
2023년 9월 17일
카테고리
도움말 센터 및 File Exchange에서 Digital Number Representation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!