want to change data

1 次查看(过去 30 天)
근영 박
근영 박 2022-2-22
评论: 근영 박 2022-2-22
I want to change "VarName1" into "VarName12" with script.

采纳的回答

Cris LaPierre
Cris LaPierre 2022-2-22
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Exponents and Logarithms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by