Having issue with consolidating date and time vectors in large array to datetime in one vector
Having issue with consolidating date and time vectors in large array to datetime in one vector
(OP)
I could only find a limited amount of video instruction on this, new to Matlab.
I have some data files with date and time in separate column vectors, but want to plot the time stamped data, so that date and time are together (as x axis on plot).
I have some data files with date and time in separate column vectors, but want to plot the time stamped data, so that date and time are together (as x axis on plot).
RE: Having issue with consolidating date and time vectors in large array to datetime in one vector
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: Having issue with consolidating date and time vectors in large array to datetime in one vector
That sounds about right, as I did run into some odd looking date times after trying straightforward addition without conversion to Matlab date.
RE: Having issue with consolidating date and time vectors in large array to datetime in one vector
However, if it were me; I'd upload into Excel and do the concatenation there.
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: Having issue with consolidating date and time vectors in large array to datetime in one vector