Community Profile

photo

Sreet Swastik


VIT University

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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; ...

11 years ago | 0 answers | 0

0

answers

Question


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 ...

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


Integrate in time domain
I have a function named Kp*e... How do I integrate it in MATLAB say from 0 to 5?

11 years ago | 1 answer | 0

1

answer

Question


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. ...

11 years ago | 1 answer | 0

1

answer

Question


TIme bound for loop
Is it possible for me to run a loop for a specified amount of time say 3 seconds?

11 years ago | 1 answer | 0

1

answer