Torqe - Eq 3

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

) function [ T ] = Torque( P,w

Calculate Torque%
input power & omga%

w >> here is angular velocity %

T = P/w; %Torque is in N.m


;)'fprintf('%s %f %s \n','T = P/w = ',T,' N.m

end

You might also like