Question: Problem 1 - 3 Create Matlab - function named circle which calculates the circumference of a circle and the area of the circle. The input
Problem
Create Matlabfunction named "circle" which calculates the circumference of a circle and the
area of the circle. The input of function is the radius of the circle The function outputs two
values, the first lets call it is the perimeter and the second lets call it is the area of the
circle.
Reference documents:
function
Problem
You have been provided the Matlab function exampleFun This function takes a vector as an
input and calculates the arithmetic mean average maximum and minimum values of the
vector and outputs them in this order.
Call the function using as the input and store the average in the
variable named Average, maximum to variable named Maxvalue and the minimum to variable
named Minvalue.
Reference:
function
mean
max
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
