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
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 ??
채택된 답변
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 Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!