Question: Write a MATLAB function named radius_cone that will compute the radius of a cone given two input variables, Volume and height. The function will be
Write a MATLAB function named radius_cone that will compute the radius of a cone given two input variables, Volume and height. The function will be called like this: r = radius_cone(95,10) where 95 is the Volume and 10 is the height. The return of the function should be a single output containing the radius.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
