Plotting from a mat file
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hello, i have a situation that i cannot figure out with the mat file included in the attachment. I have to take the value of the 12th month of a year(example 1999),value of the first and second month of 2000 and calculate the mean values of those so that those three will make one point on my graph. And repeat that for every year. FYI 12th month of 1999 and 1st and 2nd month of 2000 will be presented on the graph as for year 2000, because i have to calculate for the winter of that year,which includes december of the year before. Any pointers on this?
4 个评论
Geoff Hayes
2017-1-31
Emil - the following struct is loaded from your mat file
X = load('Podatci.mat');
X =
AVHRR_91_08: [6332x25 single]
CMC_91_08: [6332x25 single]
MEDSEA_91_08: [6332x25 single]
POSTAJE_CLM_hvar: [6332x5 double]
POSTAJE_CLM_komiza: [6332x5 double]
POSTAJE_CLM_palagruza: [6332x5 double]
POSTAJE_CLM_split: [6332x5 double]
What can you tell us about the data? What do the 6332 rows represent? Please describe.
Emil Eterovic
2017-2-1
编辑:Emil Eterovic
2017-2-1
Geoff Hayes
2017-2-1
Emil - the first column of which member of the structure? You mention that the first column represents years from 1991 to 2008. But there are 5 or 25 columns (depending upon the member) with 6332 rows...
Emil Eterovic
2017-2-1
编辑:Emil Eterovic
2017-2-1
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!