Feeds
回答済み
S-Function Passing input array to c-function
Finally, I've used InputUInt32PtrsType uPtrs = (InputUInt32PtrsType)ssGetInputPortSignalPtrs(S, 0); instead of real_T *uPtr...
S-Function Passing input array to c-function
Finally, I've used InputUInt32PtrsType uPtrs = (InputUInt32PtrsType)ssGetInputPortSignalPtrs(S, 0); instead of real_T *uPtr...
1日 前 | 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...
8日 前 | 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...
13日 前 | 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...
3ヶ月 前 | 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...
6ヶ月 前 | 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...
6ヶ月 前 | 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-...
6ヶ月 前 | 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...
7ヶ月 前 | 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...
7ヶ月 前 | 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...
7ヶ月 前 | 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
