Appending two tables of different sizes

1 visualización (últimos 30 días)
Danielle Leblance
Danielle Leblance el 5 de Jun. de 2017
Comentada: Peter Perkins el 6 de Jun. de 2017
I am matching two tables LC and Bordo using the year and the quarter columns that are common between the two. LC is a bigger table with more rows and columns. So I matched using the following:
[isinB, Brow]= ismember([LC.yy,LC.Quarter],[Bordo.Year,Bordo.quarter],'rows');
How can I append to LC table the part of Bordo table that matched based on year and quarter those in LC table?
  1 comentario
Peter Perkins
Peter Perkins el 6 de Jun. de 2017
Danielle, you're going to have to say specifically what you mean by "append". It sounds like maybe some kind of join operation, as Walter suggests. But a short example is what's needed.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 5 de Jun. de 2017
innerjoin() perhaps ?

Categorías

Más información sobre Logical 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