Community Profile

photo

David


Hitex UK Ltd

Last seen: 3 months ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Why does checking inline parameters optimize out blocks?
R2013b. When I selecte Inline Parameters I find that some simulink blocks get optimised out of the generated code. All I w...

9 years ago | 0 answers | 0

0

answers

Answered
How do I make sure Simulink Constants are coded as #define?
So it turns out that enabling the inline parameters has the unexpected side affect of eliminating one of my code blocks which is...

9 years ago | 0

Answered
How do I make sure Simulink Constants are coded as #define?
Hi Sebastian, Thanks that has worked, in fact I only need to enable the inline parameters to make sure the #defines are gener...

9 years ago | 0

Question


How do I make sure Simulink Constants are coded as #define?
If I have a constant in the Simulink model, this ends up being defined in a structure which then ends up in RAM. This results...

9 years ago | 3 answers | 0

3

answers

Question


System Target File Pushbutton
When creating a System Target File, I would like to have a push button that then opens a folder browser window. On selecting th...

10 years ago | 0 answers | 0

0

answers

Question


Create a Simulink Block that loads data from a file
I'd like to have a simulink block that allows me to select an input file and then modify parameters based on the content of the ...

10 years ago | 0 answers | 0

0

answers

Question


ssWriteRTWParamSettings not operating as expected
With the following code: char_T textArray[3][6] = {"ABC","XYZ","456"}; if ( !ssWriteRTWParamSettings(S, 2, ...

10 years ago | 0 answers | 0

0

answers

Question


Function-call initiator output in C-mex file for S Function
How do I make the output terminal of an S-Function a Function-Call Initiator? For example as in the async interrupt blocks.

10 years ago | 1 answer | 0

1

answer