How to use coder.unroll in a while loop
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Test Model Components in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!