putting column vectors into a table

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.

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 4 月 22 日

0 投票

table(A, B, C)

2 件のコメント

Shafiqullah Shah
Shafiqullah Shah 2018 年 4 月 22 日
I'm getting an error for indeces not being real positive integers. Some of my column vectors do contain 0.2 or 0.3. So can i still make a table with it?
Walter Roberson
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.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

質問済み:

2018 年 4 月 22 日

コメント済み:

2018 年 4 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by