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

조회 수: 1 (최근 30일)
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
Walter Roberson
Walter Roberson 2021년 2월 27일
You start by saying they have the same number of columns, but then you say one has 5 and the other has 2 ??
Muhannad Saleh
Muhannad Saleh 2021년 2월 27일
i am sorry it have same number of row

댓글을 달려면 로그인하십시오.

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 2월 27일
편집: KALYAN ACHARJYA 2021년 2월 27일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by