Complete problem 39 from your textbook Save your the problem

Complete problem 39 from your textbook. Save your the problem set_8_3_lastname (Your last name). Call your function tetrahedron_lastname You are a young engineer preparing a construction project in a remote location. Much of the construction is outdoors, yet little weather data exists for the site. Luckily, you have been provided some raw data, but, it is merely a data file containing four rows of data, each associated with the month of each column. Given this data file, create a temperature plot for your project manager\'s presentation. MATLAB is an extremely effective and easy plotting tool, so you decide to use MATLAB. Given the data file weather.dat Average Monthly High Temperature (degrees Celsius) Average Monthly Low Temperature (degrees Celsius) Months (1-12, January - December) Average Monthly Rainfall (centimeters) Make a Plot, Temperatures (average high and low) vs month of year, to visually capture this data. Your manager will of course want the data in English units. When you load the date file weather.dat, make sure you save your new matrix weather_lastname remember, when you load weather.dat, MATLAB will automatically create a matrix and save it to a variable with the same name (i.e. \"weather\"), you need to rename this matrix \"weather_lastname\". Save your MATLAB file Problem_Set_8_4_lastname.

Solution

[labels,mon,x] = readrowData(\'weather.dat\',4,5); plot(mon,x(1,:),\'ro\',mon,x(2,:),\'c+\',mon,x(3,:),\'g-\'); xlabel(labels(:,1)); ylabel(\'temperatures\'); title(\'Monthly avg temperature\'); legend(labels(:,2),labels(:,3),labels(:,4));
 Complete problem 39 from your textbook. Save your the problem set_8_3_lastname (Your last name). Call your function tetrahedron_lastname You are a young engine

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site