Slicing elements in a cell array
显示 更早的评论
Hello,
I have a cell array with elements inside in the following format:
temp = {'1990-01-02T00:00:00';'1990-01-01T00:00:00';'1990-01-03T00:00:00'}
What's the easiest way to slice each element so I get
ans =
'1990-01-02'
'1990-01-01'
'1990-01-03'
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!