Community Profile

photo

Andy Sonnenburg

MathWorks

Last seen: mehr als 2 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 9 Jahre vor | 0

| akzeptiert

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

mehr als 9 Jahre vor | 0

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

mehr als 9 Jahre vor | 1

| akzeptiert