[Solved]Write Custom Function 0 Solutions Submitted Max 3 Write Function Calculate Volume Surface Q37225704

![Code to call your function 1 Radius 1 2 Height[10 20 30] 3 [Volume, Area]ConeVolume (Radius,Height) Assessment: Volume (Prete](https://media.cheggcdn.com/media%2F74b%2F74b66584-727d-4068-a798-9e3271546b9a%2FphptgdUQ4.png)
Write Custom Function 0 solutions submitted (max: 3) write a function to calculate the volume and surface area of a right circular cone. The Radius 1 a vector Height-10 20 30] are given. Your function must calculate and return the area and volume corresponding to the input Radius and Height. Do not use Radius, Volume, Area, or Height as variables in your function. Be sure to use the function header (as shown below) and document your code using comments. Be sure to include your name in the function header. Surface area = π r、/r2 + h2 Volume – ar h function [outputArg1,outputArg2]untitled2(inputArg1.inputArg2) %UNTITLED2 Summary of this function goes here % Detailed explanation goes here % more details go here % Your Name goes here outputArg1 inputArg1 outputArg2-inputArg2; end Do not forget element wise operator! Code to call your function 1 Radius 1 2 Height[10 20 30] 3 [Volume, Area]ConeVolume (Radius,Height) Assessment: Volume (Pretest) Surface Area (Pretest) Show transcribed image text Write Custom Function 0 solutions submitted (max: 3) write a function to calculate the volume and surface area of a right circular cone. The Radius 1 a vector Height-10 20 30] are given. Your function must calculate and return the area and volume corresponding to the input Radius and Height. Do not use Radius, Volume, Area, or Height as variables in your function. Be sure to use the function header (as shown below) and document your code using comments. Be sure to include your name in the function header. Surface area = π r、/r2 + h2 Volume – ar h function [outputArg1,outputArg2]untitled2(inputArg1.inputArg2) %UNTITLED2 Summary of this function goes here % Detailed explanation goes here % more details go here % Your Name goes here outputArg1 inputArg1 outputArg2-inputArg2; end Do not forget element wise operator!
Code to call your function 1 Radius 1 2 Height[10 20 30] 3 [Volume, Area]ConeVolume (Radius,Height) Assessment: Volume (Pretest) Surface Area (Pretest)
Expert Answer
Answer to Write Custom Function 0 solutions submitted (max: 3) write a function to calculate the volume and surface area of a righ… . . .
OR

