David Balbuena
Followers: 0 Following: 0
Statistics
RANK
11.756
of 297.016
REPUTATION
4
CONTRIBUTIONS
0 Questions
8 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
12.883 of 20.419
REPUTATION
25
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
6
ALL TIME DOWNLOADS
201
RANK
of 157.725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
AST --> CGScope Error When Using Custom Code
You're hitting a bug with the parser that Simulink uses to parse through all symbols in your header file. If you are able to sha...
ongeveer 2 maanden ago | 0
C Caller with Multidimensional Signals in Simulink
You need to specify the dimension is "3" on the C Caller block:
3 maanden ago | 0
Simulink C-caller with persistent fcn
You could use the C Function block instead. The C Function block lets you put that code directly in the block mask, and it also ...
3 maanden ago | 0
Problem with C-Caller
Your model runs and produces results on my end. It's possible that the scope is not scaled properly for you to see the output. T...
meer dan een jaar ago | 0
Non-static tunable parameters in C++ class code generation.
Generating non-static parameters is supported starting in R2021a. See this post for instructions on how to configure the model: ...
meer dan een jaar ago | 0
How can I debug a simulink C caller block in Visual Studio?
In R2022a, a new feature was introduced to make it easy to debug custom code. You can refer to this page: https://www.mathworks....
bijna 3 jaar ago | 0
Signal Logging in a Protected Reference Model
Hi Vincenzo, You are correct that you cannot log signals inside a Protected Model. As a workaround, you have 3 options: 1) Bri...
meer dan 4 jaar ago | 0
Using Discrete PID Significantly Slows Down Simulation
This is most likely happening because you have a discrete controller driving a continuous variable-step plant. As mentioned in t...
meer dan 4 jaar ago | 1