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 件のコメント

KSSV
KSSV 2021 年 9 月 21 日
Show us an Example.

サインインしてコメントする。

回答 (1 件)

Ben Mercer
Ben Mercer 2021 年 9 月 21 日

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')

カテゴリ

製品

リリース

R2021a

質問済み:

2021 年 9 月 21 日

回答済み:

2021 年 9 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by