Set a specific output resolution for float
2 ビュー (過去 30 日間)
古いコメントを表示
We have output floats from Simulink models that are generated with RTW.
Due to technical problems of the model consumers, we need to convert the float outputs (all if possible) to a specified resolution (like something as %.2f).
Is there a way to set the precision of the floats during the code generation?