photo

David Balbuena

Last seen: 3 jours il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • GitHub Submissions Level 1
  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
C Caller with Multidimensional Signals in Simulink
You need to specify the dimension is "3" on the C Caller block:

17 jours il y a | 0

Réponse apportée
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 ...

17 jours il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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: ...

plus d'un an il y a | 0

A soumis


Simscape Multibody Reduced Order Flexible Cylinder
Get started with the Reduced Order Flexible Solid block using a simple cylinder

presque 2 ans il y a | 9 téléchargements |

Thumbnail

Réponse apportée
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....

plus de 2 ans il y a | 0

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 1