photo

Andy Sonnenburg

MathWorks

Last seen: presque 3 ans il y a Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Use xlsread in Simulink to implement basic parameters
You should be able to remove the line containing A = zeros(5, 2); if you are willing to use variable-sized arrays not co...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
Problems converting to C/C++
In this particular case, the cell array use is not absolutely necessary. Try K = logical(diff([x(1)+abs(x(1))*2e-7; x; x(e...

environ 10 ans il y a | 0

Réponse apportée
How can I generate c code for inbuilt MATLABfunction using codegen ?
New versions of MATLAB Coder should support projective2d for code generation (R2013a and later). See <http://www.math...

environ 10 ans il y a | 1

| A accepté