Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Write a Matlab program that will allow the user to find area and circumferenc

ID: 3545493 • Letter: 1

Question

1. Write a Matlab program that will allow the user to find area and circumference of a circle. Selections and data entry will be done by presenting the user with a menu (using menu function) and provide her/him with the following choices:


Other Requirements:


2. Write a Matlab program that will allow the user to enter the coefficients of a polynomial and make some calculations.  Selections and data entry will be done by presenting the user with a menu (using menu function) and provide her/him with the following choices:

Other Requirements:

Explanation / Answer

flag =0;


%Calculation

while (1)

choice=menu('Circle and Cylinder', 'Enter the radius','Display the area', 'Display the circumference','Exit');

switch(choice)

case 1

r=circleInfo();

flag=1;

case 2

if (flag==0)

disp('you need to enter the radius first');

else

area=circleArea(r);

end

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote