how to create tables with multiple dimensions?

조회 수: 9 (최근 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 CenterFile Exchange에서 Tables에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by