How to extract Month string from day_Month_Year time variable and create a new quarterly time index?

조회 수: 1 (최근 30일)
Hi, i have a time index in this following format: day_month_year, for example, Oct_01_2019, how will i extract the months and create a new variable of months or quarter?.
Thanks. .

채택된 답변

Shubham Gupta
Shubham Gupta 2019년 11월 7일
If I understand the question correctly, this should work :
Month_variable = datestr(datenum('Oct_01_2019'),'mm');
I hope it helps !
  댓글 수: 2
mirewuti muhetaer
mirewuti muhetaer 2019년 11월 8일
Dear Gupta:
Thanks so much. Your help solved my whole day probelm. I can not appreciate more.
One more followup, if i want to extract both month and year, will i just add 'yyyy' right after 'mm'?.
Thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by