답변 있음
convert "number of days since" to datetime, given 365-day and 360-day calendars (not Gregorian)
Adding support for a broader range of calendars is something I've been thinking about. For a fixed-length calendar (360-day or 3...

거의 7년 전 | 0

| 수락됨

답변 있음
Associate value to the correct date
Take a look at the timetable synchronize method. If you import your "1st", "2nd", "3rd" as separate timetables tt1,tt2,tt3, then...

7년 초과 전 | 0

| 수락됨

답변 있음
Increment dates using for loop
Are there any other calculations being done in the loop body of your actual code? If not, this can be done without looping: sam...

7년 초과 전 | 0

| 수락됨

답변 있음
Calculate mean of calendarDuration? (i.e. mean of age)
Hi Max, You probably want to calculate the ages of the participants as durations, and mean() is defined for duration. calendarD...

7년 초과 전 | 0

답변 있음
Reorder table variables / columns
In R2018a, check out the new <https://www.mathworks.com/help/matlab/ref/movevars.html movevars> function for rearranging variabl...

8년 초과 전 | 9

답변 있음
How to go about grouping, listing and (if user specifies) writing to a file a group of time series objects which are of different lengths (# of rows) and different time bases?
Take a look at the synchronize function for timetables. By default, synchronize(tt1,tt2) will construct a new time table with a ...

8년 초과 전 | 1

| 수락됨

답변 있음
Have a string with an analog time value, how to convert it to total time elapsed?
The duration datatype is the correct type to represent this data, and you can plot durations. In R2018a, there is a new capab...

8년 초과 전 | 0