Community Profile

photo

Andy Sonnenburg

MathWorks

Last seen: 2 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

9 years ago | 0

| accepted

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

9 years ago | 0

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

9 years ago | 1

| accepted