photo

David Balbuena

Last seen: 5 days 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
9 个回答

File Exchange

1 文件

排名
5,648
of 299,737

声誉
8

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
1

排名
12,638 of 20,791

声誉
29

平均
5.00

贡献数
1 文件

下载次数
6

ALL TIME 下载次数
222

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已回答
Enabled Subsystem does not reliably disable
Not sure if you still need an answer to this, but the sample time colors give you a hint at what's causing the weird behavior: ...

25 days 前 | 0

| 已接受

已提交


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

5 months 前 | 6 次下载 |

5.0 / 5
Thumbnail

已回答
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...

8 months 前 | 0

已回答
C Caller with Multidimensional Signals in Simulink
You need to specify the dimension is "3" on the C Caller block:

10 months 前 | 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 ...

10 months 前 | 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...

2 years 前 | 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: ...

2 years 前 | 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....

3 years 前 | 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...

5 years 前 | 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...

5 years 前 | 1