Effacer les filtres
Effacer les filtres

want to change data

1 vue (au cours des 30 derniers jours)
근영 박
근영 박 le 22 Fév 2022
Commenté : 근영 박 le 22 Fév 2022
I want to change "VarName1" into "VarName12" with script.

Réponse acceptée

Cris LaPierre
Cris LaPierre le 22 Fév 2022
varname1 = categorical(["2022/02/01";"2022/02/01"])
varname1 = 2×1 categorical array
2022/02/01 2022/02/01
varname12 = datetime(string(varname1),'InputFormat','yyyy/MM/dd')
varname12 = 2×1 datetime array
01-Feb-2022 01-Feb-2022
  1 commentaire
근영 박
근영 박 le 22 Fév 2022
Thank you so much.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Exponents and Logarithms dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by