David
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
12ヶ月 前 | 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:...
約1年 前 | 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; ...
約1年 前 | 1 件の回答 | 1