Ask your own question, for FREE!
Mathematics 7 Online
OpenStudy (raffle_snaffle):

matlab

OpenStudy (raffle_snaffle):

%% Problem 9.17 %{ In the previous chatper, the data in this problem were evaluated using the find function. Repeat the calcuations, using a nested loop structure. The file lake_powell.dat contains the data listed in Table 8.9. %} % converts excel to mat format and assigned new name lake_powell = xlsread('lake_powell.xlsx'); % saves data at mat file save('data', 'lake_powell');

OpenStudy (raffle_snaffle):

@jim_thompson5910

jimthompson5910 (jim_thompson5910):

that's all you have so far?

OpenStudy (raffle_snaffle):

yeah, let me work on it a bit.

OpenStudy (raffle_snaffle):

I am going to have to do some reading and understand the problem because the question asks to use a table from a previous chapter but I am not sure if I am suppose to answer the question in the previous problem or answer another set of questions.

OpenStudy (raffle_snaffle):

it won't find the third column, says Index exceeds matrix dimensions.

OpenStudy (raffle_snaffle):

OpenStudy (raffle_snaffle):

How in the world is it exceeding dimension? it's a 15x3 matrix.

jimthompson5910 (jim_thompson5910):

`it won't find the third column, says Index exceeds matrix dimensions.` how are you trying to find the third column?

OpenStudy (raffle_snaffle):

data(:,1) data(:,2) nvm I can use this, instead of using find. Using find is irrelevent

OpenStudy (raffle_snaffle):

How do i extract the years from the matrix?

OpenStudy (raffle_snaffle):

It seems like the first row doesn't exist. The "first" column being years?

OpenStudy (raffle_snaffle):

(a) Plot both the September values and March values vs. the year, and add a line represnting the average ice extent for 1979-2000.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!