Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Code to Call Function V=14000; M=[0:10]; surfaceArea = surfaceBalloon(V,M) surfaceBalloon(1,[1:3]) **Check for and while loops are not present in the code I have been trying
Code to Call Function
V=14000; M=[0:10]; surfaceArea = surfaceBalloon(V,M) surfaceBalloon(1,[1:3])
**Check for and while loops are not present in the code
I have been trying to do this by following it arithmetically, but I do not get the same answers. Please help, thank you.
Weather balloorn A high ascent weather balloon is in the shape of cone pointing downwards. The cone has a height of H and a hemispherical top of a radius R The surface area of the weather balloon is ARO2 + v ri) , and the volume is V = R3(2 + M)/3, where M-H/R. For a weather balloon with a volume of 14000 m3, the surface area as a function of M is shown below. 3600 3500 3400 3100 Write a function called surfaceBalloon to calculate the surface area of the balloon as a function of M for a given volume. The inputs to the function are V, volume, and M, a row array with the values of M. The output is a row array of surface areas Restrictions: The function should not use for and while loops. Your Function e Save Reset MATLAB Documentation 1 function surfaceArea surfaceBalloon (Volume,M) % Your code goes here % 4 5 endStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started