Investigate whether the equilibrium can be maintained. The uniform block has a mass of 500 kg, and the coefficient of static friction is ms = 0.3. A 800 mm 3 200 mm 4 5 B 600 mm Prob. 843
Lab 4 Venkata Yadavalli ME 2115 - 310 2/23/2017 clear; clc; Problem 1 r=12345.6789; fprintf('%f\n',r) fprintf('%10.4f\n',r) fprintf('%10.2f\n',r) fprintf('%6.4f\n',r) fprintf('%2.4f\n',r) 12345.678900 12345.6789 12345.68 12345.6789 12345.6789 Published with MATLAB® R2015b 1