photo

Jonah Caplan


McGill University

2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

Feeds

보기 기준

답변 있음
Memory issues in generated for loops
The problem seems to be the single(). This works better: function y = fcn(u) y = u; for i = 0:single(0.15):1000000...

거의 9년 전 | 1

| 수락됨

질문


Memory issues in generated for loops
The simple Matlab code: function y = fcn(u) y = u; for i = single(0:0.15:1000-1) y = y + (i+1)^u; end ...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


simple method of forcing single precision floating point operations
There are some frustrating things that occur when trying to generate single precision math using embedded coder. I only have sin...

거의 9년 전 | 답변 수: 3 | 0

3

답변