The 304 stainless steel post A has a diameter of and is surrounded by a red brass C83400 tube B. Both rest on the rigid surface. If a force of 5 kip is applied to the rigid cap, determine the average normal stress developed in the post and the tube.
Anonymous Functions and Plotting Syntax is “plot( x, y)” ex . X=1:10 Y=01:0:1.1 when you are graphing make sure you use the same number of x and y coordinates Multiple Plotting on the same graph: Ex. plot(X,Y,'ro') Adding Titles and Axis Labels title(‘string’) xlabel(‘string’) ylabel(‘string’) legend(‘string’) ex. legend(‘Function 1’, ‘Function 2’) if you have 3 data sets put 3 strings in there, separated by commas if you put y1=x^2, and x=1:10, it will do matrix multiplication so do y=x.^2 instead how to do put your legend in the best place > legen