Statistiques
RANG
287 768
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseCalling 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...
plus de 7 ans il y a | 0
| A accepté
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 ...
plus de 7 ans il y a | 1 réponse | 0