read an array and output at intervals
Show older comments
Hi,
I need to output 'out' as shown below using a MATLAB script. I want every year 106th row to read and output. Following script won't do this. Can someone help in this regard?
out=prcp(106:365:end,1:2);
out=1998106 0
1999106 13.2
2000106 0
.
2013106 0
prcp= 1998001 0
.
.
1998106 0
.
.
1999106 13.2
.
2013106 0
2 Comments
Matthew Eicholtz
on 29 Sep 2015
What is it that you want? I cannot tell from the description.
Accepted Answer
More Answers (0)
Categories
Find more on Graph and Network Algorithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!