photo

Marc Barnada


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


casting without rounding using coder
How can I manually trigger casting from a float/double to integer without involving any rounding while using coder? LUT = singl...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


Prevent loop merging in Matlab coder
Matlab tends to merge for loops of the same size as: xyz = zeros(2048,3); for i = 1:size(xyz,1) xyz(i,:)= 123; end ...

mer än 2 år ago | 1 answer | 0

1

answer