Feeds
提问
Center day of each month
I want to build an array u of length 12 where u(i) is the number (between 1 and 365) of the center of the i-th month in a common...
10 years 前 | 2 个回答 | 0
2
个回答已回答
Building an array of the month number for every day of the year
Actually, I found the fastest way to do this : [~,m] = datevec(367:731); Simple as that...
Building an array of the month number for every day of the year
Actually, I found the fastest way to do this : [~,m] = datevec(367:731); Simple as that...
10 years 前 | 0
| 已接受
提问
Building an array of the month number for every day of the year
I want to build an array of the month of every day of a common year, in numerical format : for i=1:31 m(i) = 1; end ...
10 years 前 | 3 个回答 | 0
3
个回答提问
Assignment and indexing issue
I have some data and their indexed coordinates in an array x : % x(q,:) == [jq,iq,kq,xq] I have an empty 3D matrix d in w...
10 years 前 | 2 个回答 | 0
