Statistics
RANK
287 748
of 295 448
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
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
Question
Understanding the interaction between bitfield and enumeration in S-function.
I have a manual code in which I have a structure with a bitfield with said enum's type: typedef enum myEnum { MY_ENUM...
mer än 6 år ago | 0 answers | 0
0
answersQuestion
Mex compilation : How to set legacy_code endianness ?
I'm using Simulink for a model that builds data for a CAN protocol, reusing a working applicative C code which are stored in the...
ungefär 7 år ago | 0 answers | 0
0
answersQuestion
Is there an equivalent to the merge block but for the input of a block
<</matlabcentral/answers/uploaded_files/78433/temp.png>> I have a block ActionBlock that takes in input the bus : SignalA. Th...
mer än 7 år ago | 0 answers | 0
0
answersQuestion
legacy_code : How to set the mex option to -I when calling legacy_code('compile',def);
When I call the legacy_code function with the 'compile' argument, I have an error saying that the files cannot be found. Movi...
mer än 7 år ago | 1 answer | 0
1
answerCalling an outside C function from a legacy_code block !
It was simple. All files must be added to the SourceFiles property. What it was like before : def = legacy_code('ini...
mer än 7 år ago | 0
| accepted
Question
Calling an outside C function from a legacy_code block !
I have the following set of 3 files : test.h : #ifndef _TEST_H_ #define _TEST_H_ extern int test (int a, int ...
mer än 7 år ago | 1 answer | 0