필터 지우기
필터 지우기

converting date to matlab date

조회 수: 1 (최근 30일)
joseph Frank
joseph Frank 2012년 2월 26일
Hi,
I have a date 20100815 that I want to convert to a matlab serial date. I tried datenum(20100815,'yyyymmdd') but i received an error.

채택된 답변

Jiro Doke
Jiro Doke 2012년 2월 26일
You need to pass in a string for datenum
datenum('20100815', 'yyyymmdd')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by