photo

Sreet Swastik


VIT University

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
276,100
of 299,862

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,824

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,327

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


Three phase Induction Motors
Anyone who has mfile code for modeling of three phase induction motors?

12 years 前 | 0 个回答 | 0

0

个回答

提问


I don't get this
global Kp; >> Kp=5 Kp = 5 >> global e ; >> e = 2; >> func = Kp*e func = ...

12 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答