Question: MatLab question, please answer in matlab. %{ Write a function that prints the area and circumference of a circle for a given radius. Only the
MatLab question, please answer in matlab.
%{ Write a function that prints the area and circumference of a circle for a given radius. Only the radius is passed to the function. The function does not return any values. The area is given by pi*r^2 and the circumference is 2*pi*r. The function is called areaCircum. Example: areaCircum(input value) %}
% Place your function call here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
