clc //Exercise 14.18 //Design of cone clutch //------------------------------------------------------------------------------ //Given Data: //Power to be transmitted P=10000 //Watt //Speed N=800 //rpm //Limiting normal pressure pmax=0.09*(10^6) //Pa //coefficient of friction f=0.2 //cone pitch angle alpha=24/2 //degrees //------------------------------------------------------------------------------ //Function to standardize the dimensions std=[1 2 3 4 5 6 8 10 12 15 18 20 24 26 30:5:500]//array of standard dimensions n=length(std) funcprot(0) function y=stddim(x) x=x*(10^3) for i=1:n if (x