Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Matlab Question TASK 8 [1 MARK - LO1AB] The area of an ellipse is Area = n xa x b b Ellipse A=nab Where a

Matlab Questionimage text in transcribedimage text in transcribedimage text in transcribed

TASK 8 [1 MARK - LO1AB] The area of an ellipse is Area = n xa x b b Ellipse A=nab Where a and b are the half minor and major lengths. Find the area of a set of ellipses whose minor and major lengths vary from 3m to 7m and 10m to 16m respectively, with a spacing of 1m. Your answer should be a 2D matrix as shown in the figure below. Area 10 11 16 3 4 + Your answer matrix 7 8.1) Select the correct syntax to create a row vector named base = 2*a, described in Task 8. * O A. base= 7:3 O B. base= [37]; O C. base = 3:1:7; O D. base= linspace(3,7,3) O E. base= (3;4;5;6;7]; 8.2) Select the correct syntax to create a row vector named height=2*b, described in Task 8.* A. height = 10:16; B. height=linspace(16,10) O C. height=linspace(10,16); D. height=[10 16]; E. height= [10;16]; 8.3) Select the correct syntax to calculate area of the set of ellipse using the base and height variables created in Q8.1 and Q8.2. Store your output as a variable named Area.* A. Area = pi + base * height; B. Area = pi* base * height; C. Area = pi* base' * height'; D. Area = pi * (.5*base)'* (.5*height) E. Area = 0.5 * base * height'; 8.4. For base=3 and height=10, what is the area? A. 37.6991 B. 23.5619 C. 54.9779 D. 87.9646 E. 76.9690

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

What is Constitution, Political System and Public Policy? In India

Answered: 1 week ago

Question

What is Environment and Ecology? Explain with examples

Answered: 1 week ago