photo

Franck Yin


Zodiac Aerospace

2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
1 답변

순위
90,326
of 300,779

평판
0

참여
5 질문
1 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

8년 초과 전 | 답변 수: 1 | 0

1

답변

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

8년 초과 전 | 0

| 수락됨

질문


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 ...

8년 초과 전 | 답변 수: 1 | 0

1

답변