Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A high ascent weather balloon is in the shape of cone polnting downwards. The cone has a height of Hand a hemispherical top of a

image text in transcribed
image text in transcribed
A high ascent weather balloon is in the shape of cone polnting downwards. The cone has a height of Hand a hemispherical top of a radius R. The surface area of the weather balloon is A = RR(2+ V1+M), and the volume is V = xR(2+ M)/3, M = H/R For a where weather balloon with a volume of 14000 m, the surface area as a function of M is shown below. 3600 3500 3400 3300 3200 3100 3000 2900 9. 1- Calculate the surface area of the balloon for given Vector M and volume V. Call the output variable SurfaceArea. (30 points) The output is a row array of surface areas. Restriction: For and while loops may not be used. Your code should be written based on Parameters and the value of parameters be assigned at the beginning of the code. For example: V-14000; M-[0:10]: (you can also look online and learn how to create a vector using linspace()) Then write your statements that calculates the surface from M and V. Surface Area m 2- Show the final value of SurfaceArea using the builtin function disp() and do not show the result by avoiding the semicolon at the end of the line. (10 points) 3- Assuming the value of surface area for M=1 is 100, then using the disp() function display the following output. You need to do indexing to find the correct value of SurfaceArea (10 points) "The surface area for the value of M-1 is: 100

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part 2 Lnai 8725

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448505, 978-3662448502

More Books

Students also viewed these Databases questions