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
