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 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Digital Number Representation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!