i have 2 tables have same number of columns i need to marge without key

2 visualizaciones (últimos 30 días)
i have 2 tables have same number of columns i need to marge without key the first table have 5 columns and anther table have 2 of cells how can marge ?
  2 comentarios
Walter Roberson
Walter Roberson el 27 de Feb. de 2021
You start by saying they have the same number of columns, but then you say one has 5 and the other has 2 ??

Iniciar sesión para comentar.

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 27 de Feb. de 2021
Editada: KALYAN ACHARJYA el 27 de Feb. de 2021
result_table=[table1,table1]
Make sure that both tables do not have the same column variable names and both have same number of rows.
Or join function

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by