table(A, B, C)
putting column vectors into a table
조회 수: 21 (최근 30일)
이전 댓글 표시
If i have various column vectors, such as A = [1;2;3] B = [4;5;6] C = [7;8;9]
how would i put A B & C into a table. Meaning, A is the first column of the table, B is the second column, and C is the third column of the table.
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 4월 22일
댓글 수: 2
Walter Roberson
2018년 4월 22일
You accidentally created a variable named table
Alternately you might be using a version of MATLAB that is too old to have table objects.
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!