CANpack code generation Problem for MCU without floating-point math capabilities
Ältere Kommentare anzeigen
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 Kommentar
zhichao li
am 17 Sep. 2023
Akzeptierte Antwort
Weitere Antworten (1)
zhichao li
am 17 Sep. 2023
Kategorien
Mehr zu Digital Number Representation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!