photo

Jonah Caplan


McGill University

Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

Feeds

Afficher par

Réponse apportée
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...

presque 9 ans il y a | 1

| A accepté

Question


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 ...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 9 ans il y a | 3 réponses | 0

3

réponses