Andy Sonnenburg
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
3 Answers
RANK
4.993
of 295.673
REPUTATION
10
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
meer dan 10 jaar ago | 0
| accepted
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...
meer dan 10 jaar ago | 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...
meer dan 10 jaar ago | 1
| accepted