Split datetime column data into two column
Mostra commenti meno recenti
Hi, i have csv file and i want to split my 4th column (DateAndTime) into two column . one column should occupy date and other is time
Risposte (1)
J. Alex Lee
il 21 Dic 2020
0 voti
if you import it as a datetime variable, you can use datetime operations to render into whatever format you want, including one for date and one for time.
2 Commenti
Rabia Hakim
il 22 Dic 2020
J. Alex Lee
il 22 Dic 2020
then you will not be able to manipulate in matlab...try going through the file manually and adding a comma between the date and the time.
Categorie
Scopri di più su Dates and Time in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!