Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Two separate Excel columns, one is YYYY-MM-DD, the other is HH:MM:SS. Trying to figure out how to convert those two Excel columns in to one MATLAB value.
조회 수: 1 (최근 30일)
이전 댓글 표시
Like I mentioned in the question, I have two Excel columns with values in the following format: 2012-08-28 and 17:07:44, respectively. I have tried to use xlsread to bring those two columns in to MATLAB, but it does not simply bring that data from the Excel file. I thought maybe I could use datenum, but I haven't had any luck with that either. Ultimately I'd like to have one MATLAB value, taking in to account both of the Excel column values. Any tips or suggestions are greatly appreciated! Thanks!
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!