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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 2 件の回答 | 0
