フィルターのクリア

How to convert results in table format?

1 回表示 (過去 30 日間)
Mahmoud
Mahmoud 2015 年 3 月 16 日
コメント済み: Mahmoud 2015 年 3 月 18 日
for example if I have
B1 = 1, B2 = 2, B3 = 6
; de0 = 20, de1 = 30, de3= 60
distance = {'at 0 m';'at 2 m';'at 4 m'};
Percentage = [B1;B2;B3];
Area_Table = [de0;de1;de2];
how to convert those in a table format?

採用された回答

Alka Nair
Alka Nair 2015 年 3 月 17 日
I understand that you would like to convert the arrays to table. Please refer to the following documentation for ARRAY2TABLE at:
  1 件のコメント
Mahmoud
Mahmoud 2015 年 3 月 18 日
I am using 2013a which doesnt have this function. Any other help?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTables についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by