Co Melissant
MonkeyProof Solutions
Followers: 0 Following: 0
Consultant providing MATLAB and Simulink solutions Professional Interests: Embedded Software Generation
Statistics
RANK
3,202
of 295,467
REPUTATION
18
CONTRIBUTIONS
0 Questions
7 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
4,851 of 20,234
REPUTATION
272
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
3
ALL TIME DOWNLOADS
2720
RANK
of 153,912
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
uigetfile in appdesigner freezes MATLAB
Running 20b the workaround as mentioned in https://nl.mathworks.com/matlabcentral/answers/361755-matlab-freeze-when-using-a-file...
1 year ago | 0
Is there a document describing MATLAB coding standards or a good programming guide available?
Since January 2022 we have the MonkeyProof MATLAB Coding Standard, see https://doc.monkeyproofsolutions.nl/code-checker-for-matl...
2 years ago | 6
Using iteration block on multi-rate system
Issue related to (hard-coded?) sample time of the S-function I guess. Can't you just increase the sample rate of the input si...
7 years ago | 0
| accepted
Standalone Application runs Simulink Model
In general the API functions of Simulink do not work with the MATLAB Compiler, see: <https://nl.mathworks.com/help/compiler/unsu...
7 years ago | 0
'No such file or directory' when trying to generate .dll file
Hi, Maybe packngo can help to have all files needed. http://nl.mathworks.com/help/coder/ug/package-code-for-other-developmen...
8 years ago | 0
Getting fieldnames from mwArray struct
number of fields can be obtained using "NumberOfFields()": const char* fields[] = {"a", "b", "c"}; mwArray a(2, 2, 3, fi...
10 years ago | 0
Building a mwArray Structure from C++
When creating a structure, the third argument to mwArray is not the number of fields, its the type , so using the syntax like: ...
10 years ago | 1