photo

David


Last seen: 3 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How to use a global variable when using ode45()?
I have a function named "my_carcontrol3" that gets passed the time "tau" in the ode45() function call. My idea was to use a glob...

8 months 前 | 2 个回答 | 0

2

个回答

提问


If v=-10:1:10, why isn't the v>0 case triggered?
I am trying to understand if I call my function: v=-10:0.1:10;%voltage across transistor i = logic(v,25) And my function is:...

9 months 前 | 1 个回答 | 0

1

个回答

提问


How to keep track of accumulated error for integral term in a PID controller function?
This is my PI controller function: function [ control ] = my_fastcontrol(t, v) Kp = 20; K_i = 10; ...

9 months 前 | 1 个回答 | 1

1

个回答