필터 지우기
필터 지우기

How to combine row matrices to form table?

조회 수: 1 (최근 30일)
Parthu P
Parthu P 2020년 6월 2일
댓글: Image Analyst 2020년 6월 2일
Hi,
I have 1500 row matrices each contain 3 columns (1x3 matrix). How could I combine each 1x3 matrix into one table of 1500x3?
Thanks in advance for help.

답변 (1개)

madhan ravi
madhan ravi 2020년 6월 2일
table(matrix) % where matrix is of size 15e2 X 3
  댓글 수: 2
Parthu P
Parthu P 2020년 6월 2일
Many thanks for reply. This is actually next step.
How could I create a 1500x3 matrix from 1500 separate row matrices?
Thanks.
Image Analyst
Image Analyst 2020년 6월 2일
You've got to be kidding me! You have 1500 separate vectors, with different names?
It's best to avoid that situation right from the start or else you'll be having to do something really kludgy to get them into a 1500x3 matrix.

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

카테고리

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