Union datetime and double

2 visualizaciones (últimos 30 días)
Rachele Franceschini
Rachele Franceschini el 21 de Sept. de 2021
Respondida: Ben Mercer el 21 de Sept. de 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?

Respuestas (1)

Ben Mercer
Ben Mercer el 21 de Sept. de 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')

Categorías

Más información sobre Logical en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by