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!