Question

8. The U.S. Standard Atmosphere specifies atmospheric properties as a function of altitude above sea level. The following tab
(a) (Matlab calculation) Draw the following three figures using Matlab. (Note: the circular dots are the data in the above ta
by using matlab, how can i solve this problem?
0 0
Add a comment Improve this question Transcribed image text
Answer #1

You can use MATLAB to plot the given data. There are many options:

However best suitable for this one is that you define four vectors namely A for Altitude, T for Temperature, P for pressure and D for Density.

Define as,

A = [ enter the given data of Altitude with camma or space in between ]

T = [ enter the given data of Temperature with camma or space in between ]

P = [ enter the given data of Pressure with camma or space in between ]

D = [ enter the given data of Density with camma or space in between ]

After that use the plot command to get the required graphs.

plot 2-D line plot Syntax plot(X,Y) plot(X,Y, LineSpec) plot(X1,Y1, ...,Xn, Yn) plot(X1,Y1, LineSpec1, ..., Xn, Yn, Line Spec

plot (A, T)

plot (A, P)

plot (A, D)

Once plots are ready you can read values of Temperature, Pressure and Density at 70 km Altitude from the corresponding plots.

Add a comment
Know the answer?
Add Answer to:
by using matlab, how can i solve this problem? 8. The U.S. Standard Atmosphere specifies atmospheric...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Anyone happen to know how to write the MATLAB code for this? It's an aerospace engineering proble...

    Anyone happen to know how to write the MATLAB code for this? It's an aerospace engineering problem and I'm super confused, any help would be greatly appreciated! 105 100 225.66 K G4 = 4 X 10-3 K/m 90 80 79 165.66 K аз--4.5 x 10-3 K/m 60 ー53 а» 40 282.66 K a2-3 x 10-3 K/m 25 20 ai--6.5 X 10-3 K/im 216.66 K 288.16 K 0 160 200 240 280 320 Temperature, K For isothermal regions of the atmosphere,...

  • can you please answer all three. thanks Determine the ISA standard atmospheric temperature below, and using...

    can you please answer all three. thanks Determine the ISA standard atmospheric temperature below, and using the actual reported temperature, indicate the ISA deviation. When entering the ISA deviation, include a ''for deviations ABOVE ISA and for deviations below ISA. Include a +/- and number only, do not enter a degree symbol or other label. For example, if the calculated ISA temperature is 10°C, but the reported temperature is 15°C, the ISA Deviation would be 5° above ISA, or +5°C....

  • Please help with this excel questions. I am using office 360 LL А B C с...

    Please help with this excel questions. I am using office 360 LL А B C с D E 1. Name October Sales November Sales December Sales Comission 2 Den 15000 16000 12000 3 Scott 16000 20000 15000 4. Colin 11000 9000 15000 5 Dustin 20000 10000 16000 6 Mike 25000 8000 13000 7 James 14000 16000 12000 8 Yvette 15000 18000 16000 9 Karl 11000 12000 18000 10 Frank 21000 15000 12000 11 Required 1: Create a single formula in...

  • An atmospheric column between the pressure levels 90 and 50 kPa is initially isothermal. The geos...

    An atmospheric column between the pressure levels 90 and 50 kPa is initially isothermal. The geostrophic wind is 10 m / s and south at 90 kPa, 10 m / s and west at 70 kPa, and 20 m / s and west at 50 kPa. Note: It is assumed that the vertical cooling rate is linear between 90 and 50 kPa and that the thickness of the layer 80 - 60 kPa is constant and equal to 2.25 km....

  • How does the change in temperature CTmax and CTmin compare in the northern and southern hemisphere?...

    How does the change in temperature CTmax and CTmin compare in the northern and southern hemisphere? Why do you think this trend is seen in animals int he southern hemisphere vs the northern? What's different about the geography of these regions? CTMAX-CTMin/Southern Hemisphere 60 y -0.1517x +40.386 50 d+ 40 www 30 20 10 90 80 70 60 50 40 30 20 10 410 Northern Hemisphere CTMAX-CTMin 70 v 0.3103x+ 24.269 60 50 40 30 20 10 60 40 20...

  • I need to identify this unknown using this NMR spectra The chemical formula is c7h14o2 moli...

    I need to identify this unknown using this NMR spectra The chemical formula is c7h14o2 moli than socia ng 0 a hal ding molet rativit site. cooper endent 80 70 60 50 40 30 20 10 0 10 20 30 40-50-60 260 250 240 230 220 210 200 190 180 170 160 150 140 150 120 110 100 90 OCH 10000 10 10 20 20 240 200210000 We were unable to transcribe this image

  • Phase diagram for mysterious compound X 100 90 80 70 60 Pressure (atm) 50 40 30...

    Phase diagram for mysterious compound X 100 90 80 70 60 Pressure (atm) 50 40 30 20 10 -100 0 100 200 300 400 500 600 700 800 Temperature (degrees Celsius) At a pressure of 1 atm and a temperature of 20°C what phase would compound X be in? O Liquid Solid Gas

  • Based on the following titration curve... The molar mass of KCl=74.55 g/mol and the density of...

    Based on the following titration curve... The molar mass of KCl=74.55 g/mol and the density of water=1.00 g/mL What is the molarity of KCl at 80 degrees celcius? 150 140 130 120 110 NaNO3 100 90 KNO3 Grams of solute per 100 g H20 80 70 60 NH3) NHACI 50 KCI 40 Naci 30 20 KCIO3 10 -Cez(504)3 0 0 10 20 30 40 50 60 70 80 90 100 Temperature (°C)

  • 4. Using MATLAB, generate an m-file to produce a plot of dB power ratio (10log10(Ratio)), and...

    4. Using MATLAB, generate an m-file to produce a plot of dB power ratio (10log10(Ratio)), and dB voltage ratio (20log10(Ratio)). Use the logspace() command to generate a logarithmic Ratio vector ranging from 10-2 to 106, consisting of 2000 points. Use the semilogx() command to plot dB_Power ratio and dB_Voltage ratio versus Ratio. Include the title shown below ending with your name, x-axis label, y-axis label and legend as shown in the plot below. dB Power and dB Voltage Ratios Jody...

  • Phase diagram for mysterious compound X 100 90 80 70 60 Pressure (atm) 50 40 30...

    Phase diagram for mysterious compound X 100 90 80 70 60 Pressure (atm) 50 40 30 20 10 -100 0 100 200 300 400 500 600 700 800 Temperature (degrees Celsius) The triple point of compound X occurs at a temperature of °C and a pressure of atm. (Use your best approximation based in the graph)

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT