photo

Andy Sonnenburg

MathWorks

Last seen: quasi 3 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

quasi 10 anni fa | 0

| accettato

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

circa 10 anni fa | 0

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

circa 10 anni fa | 1

| accettato