2. The output power of a motor (电动机)The output power (输出功率) produced (产生) by a rotating motor (旋转的电动机)is given by the equationP = TINDωwhere TIND is the torque (扭矩) induced on the shaft in Newton meters; ωthe rotational speed of the shaft in radiant (弧度) per second; and P in watts.Assume that the rotational speed of a particular motor shaft is given by theequationω =188.5(1- e-0.2t)rad/sand the induced torque on the shaft is given byT =(0.1+10 e-0.2t)N•mWrite Matlab commands to plot the torque, speed, and power supplied by thisshaft versus time for 0≤t≤10s with the step length of 0.1s .The time variable tcould be set by t =[ 0 : 0.1:10 ]. Use the subplot command to split the figure panel(面板) into three sub areas and put each curve (曲线) in one area.
首先谢谢,我知道翻译,我想知道该怎么做~~
|