photo

Dimitri


Last seen: 1일 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

15 질문
3 답변

순위
242,571
of 301,540

평판
0

참여
15 질문
3 답변

답변 채택
66.67%

획득한 표
1

순위
 of 21,319

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,260

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
Call a Matlab function in Simulink for later code generation
Finaly, it was the error that I've used a load() instead of coder.load() command for loading *.mat files. So now all works.

1일 전 | 1

| 수락됨

질문


Call a Matlab function in Simulink for later code generation
Hello! I need to use a MATLAB function in my Simulink project. The problem is that this function needs to call other functions...

2일 전 | 답변 수: 1 | 0

1

답변

질문


Issue with Inlining S-Functions with TLC wrapper
Hello! I have some troubles to reproduce the exemple described in the https://nl.mathworks.com/help/rtw/tlc/inlining-s-function...

대략 2개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
I get the error 'Changing property 'CustomSource' is not allowed ' when using the Simulink Coder
Thanks to @Fangjun Jiang the modified code is now running: open(MODEL_NAME); configs = getActiveConfigSet(MODEL_NAME); conf...

대략 2개월 전 | 0

| 수락됨

질문


I get the error 'Changing property 'CustomSource' is not allowed ' when using the Simulink Coder
Hello! I've tried to use a custom configuration for building processus for Simulink Emdedded coder to build a flashing file for...

대략 2개월 전 | 답변 수: 2 | 0

2

답변

답변 있음
S-Function Passing input array to c-function
Finally, I've used InputUInt32PtrsType uPtrs = (InputUInt32PtrsType)ssGetInputPortSignalPtrs(S, 0); instead of real_T *uPtr...

2개월 전 | 0

| 수락됨

질문


S-Function Passing input array to c-function
Hello! I’m trying to reproduce the example described in https://nl.mathworks.com/help/rtw/tlc/inlining-s-functions.html, but wi...

2개월 전 | 답변 수: 2 | 0

2

답변

질문


Convert non inlined s-function to inlined with wrapper
Hello! I'm trying to reproduce the model described in this article: https://nl.mathworks.com/help/rtw/ug/write-wrapper-s-functi...

2개월 전 | 답변 수: 0 | 0

0

답변

질문


Explicitly stop the block execution via set_param(...)
Hello, I’m working from the priorityDemon demo: openExample('simulink_features/BlockPriorityExample'). In my model, I have EE...

5개월 전 | 답변 수: 1 | 0

1

답변

질문


Efficient way to dispatch a pack of values to vector of uint8 in Simulink style
Hello, I have a low-lever function for calculating CRC-8 SAE J1850 to be sent over CAN. This function takes a vector of [uint8...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


Bus to 2D Vector
Hello! I have a bus composed of numerous same entities. I used enumerate to create these entities. Now I want to separately p...

8개월 전 | 답변 수: 2 | 0

2

답변

질문


How to use sldd file instead of *.m for creating mask popup
Hello! I read an article how to tune Mask Enumeration Parameters: https://nl.mathworks.com/help/simulink/ug/tunable-mask-popup-...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


Attach mixed data types Buses to MATLAB Function Blocks
Hello! I've check how to attached buses to MATLAB Function Blocks in Simulink model from here: https://nl.mathworks.com/help/si...

9개월 전 | 답변 수: 1 | 0

1

답변

질문


Loop through the bus output
Hello! I'm looking for solution (with Simulink, Stateflow, Embeeded coder) to iteratively send the signals to communication cha...

9개월 전 | 답변 수: 0 | 0

0

답변

질문


Create Custom Object Class for SLDD
Hello, I want to know if it is possible to create my custom Object class for data dictionyry of Simulink. I have my implementa...

9개월 전 | 답변 수: 1 | 0

1

답변

질문


Simulink Embedded Coder: has no support of variable-size arrays
Hello everyone! I need to re-wite a little banch of code for Embedded Coder wich has no support of variable-size arrays. For m...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Simulink equivalent of inputname () or genvarname() for logging
Hello! I would like to know if I can find an equivalent of MATLAB function inputname() or genvarname() for using in Simulink bl...

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

1

답변

질문


Set default font settings for Simulink annotation (comments)
Hello, For improving visibility of model, I would like to change the defaul font for all anotations: I would like to use Courri...

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

1

답변