How do I turn a matrix into dates?

I have a have a 3 column matrix (month, day, year) and I need to print them as date formatted like month/day/year as part of a table.

Answers (1)

KSSV
KSSV on 7 Apr 2018
Edited: KSSV on 7 Apr 2018
Read about datetime
vec = [2018 04 07] ;
datetime(vec)

Categories

Asked:

on 7 Apr 2018

Edited:

on 7 Apr 2018

Community Treasure Hunt

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

Start Hunting!