Thread: matlab problem
View Single Post
  #5  
Old October 26th, 2009, 04:32 PM
aabbddlah aabbddlah is offline
Newbie
 
Join Date: Oct 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
aabbddlah is on a distinguished road
Default


Sorry but I think that did not put the problem in the proper way
In fact torque should be calculated for different speeds and slips
(Not only different values of speed!)
So
given
R2=.8ohm
Rt=1.2ohm
Lt=2.2ohm
L2=3 ohm
s = (ws-wr) / ws , where ws=synchronous speed and wr=rotor speed
i2=formula in photo
torque=(3./wr)*(I2^2)*(R2/s)*(1-s
Also current cannot be one constant value
It should be calculated accordingly to slip values, so for each slip value we should have a value for current
To sum up , I think that we should use for loop to carry out values of slip ,corresponding speed ,and corresponding current on a range of values to create the proper plot
If the code is correct we must end up with the graph shown in the attachment
I will be thankful if u would help me
Many thanks
Attached Thumbnails
matlab-problem-propper-output1.jpg  matlab-problem-not-q-but-example.jpg  matlab-problem-propper-output.bmp  
Reply With Quote