フィルターのクリア

how to create tables with multiple dimensions?

4 ビュー (過去 30 日間)
Jack Xiao
Jack Xiao 2021 年 9 月 11 日
コメント済み: Jack Xiao 2021 年 9 月 17 日
hi,
i have 5 tables and each table is with size 9x2, I need to make them together like 5x9x2.
how to create tables with multiple dimensions?

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 9 月 11 日
That is not possible in MATLAB. Tables are strictly 2D objects in MATLAB.
It is possible to for a table to contain tables... but that would be pretty inefficient.
You are probably best to make a 9 x (2*5) table

カテゴリ

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

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by