統計
MATLAB Answers
7 質問
0 回答
ランク
of 168,407
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I am trying to pass the value of the matrix one by one for run my function but it shows error!
I_mot=0.81772*ones(20,1); alpha0=60 + 60*rand(20,1); %Stores random value in 20 by 1 matrix alpha1=alpha0; ...
12年以上 前 | 0 件の回答 | 0
0
回答質問
PI Controller random values
I want to generate 30 random values for Kp & Ki where Kp's range is between 1 and 10, Ki's range is between 1 and 5.. How do I ...
12年以上 前 | 1 件の回答 | 0
1
回答質問
Three phase Induction Motors
Anyone who has mfile code for modeling of three phase induction motors?
12年以上 前 | 0 件の回答 | 0
0
回答質問
I don't get this
global Kp; >> Kp=5 Kp = 5 >> global e ; >> e = 2; >> func = Kp*e func = ...
12年以上 前 | 1 件の回答 | 0
1
回答質問
Integrate in time domain
I have a function named Kp*e... How do I integrate it in MATLAB say from 0 to 5?
12年以上 前 | 1 件の回答 | 0
1
回答質問
Call for value of a variable in one mfile to another mfile
I have a mfile named motor_model.m. I have another mfile named controller.m where I am calling motor_model.m in the first line. ...
12年以上 前 | 1 件の回答 | 0
1
回答質問
TIme bound for loop
Is it possible for me to run a loop for a specified amount of time say 3 seconds?
12年以上 前 | 1 件の回答 | 0
