matlab problem, help me experts plz

Please support our Legacy and Other Languages advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Oct 2009
Posts: 3
Reputation: aabbddlah is an unknown quantity at this point 
Solved Threads: 0
aabbddlah aabbddlah is offline Offline
Newbie Poster

matlab problem, help me experts plz

 
0
  #1
Oct 27th, 2009
Hello everyone

i v just joined the forum and i would like u to give me some sort of help in my induction motor project
i am using matlab to carry out the value for torque and then plot the torque Vs speed graph using matlab

so torque should be calculated for different speeds and slips
(Not only different values of speed!)
So
given the following parameters

R2=.8ohm
Rt=1.2ohm
Lt=2.2ohm
L2=3 ohm
v=225v
s = (ws-wr) / ws , where ws=synchronous speed and wr=rotor speed
i2= as in attachment

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
a propper output1.jpg   a worked ex.jpg  
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,861
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 120
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso
 
0
  #2
Oct 28th, 2009
You need to post your matlab code and ask more specific question about where are you struck exactly.
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 3
Reputation: aabbddlah is an unknown quantity at this point 
Solved Threads: 0
aabbddlah aabbddlah is offline Offline
Newbie Poster
 
0
  #3
Oct 28th, 2009
hi
again

i think that i am nearly there

here is my attempt

vt=225;
rt=1.2;
f=50;
r2=.8;
ws=157;
Lt=2.2;
L2=3;
s=2:.001:-1.2;
wr=(1-s).*ws;
Z=sqrt(((rt+(r2./s))^2)+((Lt+L2)^2));
i2=vt/Z;
torque=(3./wr)*(i2^2)*(r2/s)*(1-s);
plot(s,torque);
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the Legacy and Other Languages Forum


Views: 629 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Legacy and Other Languages
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC