clc; clear; mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-12.2 Page No.256\n'); //Surface speed Dp=2.5; n=1725; Vm=%pi*Dp*n/12; mprintf('\n Surface speed = %f ft/min.',Vm);