How to use coder.unroll in a while loop
古いコメントを表示
Hi
I'm looking for a sample code of how to use "coder. unroll" in a while loop. I intend to perform a division operation and want to unroll the loop if I achieve the required accuracy level.
For example,
format long g
a = (4);
b = (6);
T = numerictype('Signed', true,...
'WordLength', 64,...
'FractionLength', 60);
quotient = divide(T,a,b)
and I want to stop the division process when a certain fractional bit accuracy, say 0.6667, is reached.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Test Model Components についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!