Hi all,
Someone can tell me please how to convert this cells to matrix (dates) and split the date by hour and minute?
thank you!

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 15 Jun. 2016

0 Stimmen

load cell2date
out=regexp(c,'\d+:\d+','match','once')

3 Kommentare

G
G am 15 Jun. 2016
Hi Azzi,
I was unclear with my question, I just want to pass the cell vector to a double (matrix) , spliting the time and date.
apologies for the missunderstood , do you know how to change a cell2mat (for date and time vectors)?
thank you in advance
Azzi Abdelmalek
Azzi Abdelmalek am 15 Jun. 2016
Bearbeitet: Azzi Abdelmalek am 15 Jun. 2016
you can use datevec
out=datevec(c,'yyyy-mm-dd HH:MM:SS')
G
G am 15 Jun. 2016
thank you Azzi!!!!
is what i need
kind regards

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Produkte

Gefragt:

G
G
am 15 Jun. 2016

Kommentiert:

G
G
am 15 Jun. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by