MATLAB coder- single precision conversion issue
1 view (last 30 days)
Show older comments
Hello,
I am trying to generate C code of my trained SVM model. The code is generated successfully when I dont choose any of the options in the beginning of the coder page like >fixed point conversion or >single precision conversion. But I strangely find 64 bit variables defined in the generated code although when I chose ARM cortex M while generating the code which is 32 bit and causes writing out of memory range issues when tried to run it on IAR embedded workbench IDE. So I wanted to try out code generation by selecting the single precision conversion in the beginning but turns out that the coder doesn't like something and gives the following error. Please help with how i can resolve it. Thank you.
Regards,
Nikhil
1 Comment
dpb
on 27 Mar 2019
For rapid response for a more niche product I'd suggest you submit an support request to official TMW support <support@mathworks.com> works or use link at top of page.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!