>> a = untitled.startDate(1:10)a = 10×1 categorical array 2013-07-10 00:01:00.0 2013-07-17 00:01:00.0 2013-06-29 00:01:00.0 2013-07-17 00:01:00.0 2013-05-11 00:01:00.0 2013-05-31 00:01:00.0 2013-06-06 00:01:00.0 2013-08-31 00:01:00.0 2013-05-21 00:01:00.0 2013-08-06 00:01:00.0 >> a.Format = 'dd-MMM-yyyy'Error using categorical/subsasgn (line 87)Attempt to assign field of non-structure array.
MATLAB: How to separate date and time of a raw date
data
Related Question
- Timezone to UTC: How to add duration vector to datetime vector
- Can’t convert a cell array to a date using cellfun(@datenum or @datetime)
- Convert hourly temperature data into daily in the specific time interval
- I want to conver the excel dateformat(’27-03-2013 06:00:00′) in to matlab yearday i.e 31 jan 2013 = 31 and `1st Feb 2013 = 32
- Express datetime from now, every 3h
- Calculate the date difference
Best Answer