photo

Andy Sonnenburg

MathWorks

Last seen: 거의 3년 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

거의 10년 전 | 0

| 수락됨

답변 있음
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...

대략 10년 전 | 0

답변 있음
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...

대략 10년 전 | 1

| 수락됨