Union datetime and double

2 vues (au cours des 30 derniers jours)
Rachele Franceschini
Rachele Franceschini le 21 Sep 2021
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 commentaire
KSSV
KSSV le 21 Sep 2021
Show us an Example.

Connectez-vous pour commenter.

Réponses (1)

Ben Mercer
Ben Mercer le 21 Sep 2021
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')

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by