Union datetime and double

In matlab I have tow table: one datatime and another double with the same dimension.
I would like, simply, to union in one table with data and value.
How can I do it?

回答(1 个)

Have a look at:
doc tabular/horzcat
Also, to display a list of methods available for a certain object class, use methods(<classname>) e.g.
methods('table')

类别

帮助中心File Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

产品

版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by