Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to exact single precision data and operations
1 次查看(过去 30 天)
显示 更早的评论
Hi,
Matlab generally uses doubles but for my ARM-Cortex-M4 implementation it would be much better for me if using floats. For that I mean generate variables like 'float x' or 'real32_T x' but as well ass constants like 'y = x * 3.0f'
Can I achieve that?
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!