Matlab curly brackets and a dot

Hi,
first time i have seen it, i would like to know what it means:
variable{place?}.other_variable=some number
from the code itself:

2 件のコメント

darova
darova 2021 年 8 月 11 日
It's a cell
Stephen23
Stephen23 2021 年 8 月 11 日
編集済み: Stephen23 2021 年 8 月 11 日
MATLAB has more than just numeric arrays:
Curly braces could refer to a table or a cell array.
Dot indexing could refer to a table or a structure array.
In either case, more efficient data design would likely use one non-scalar structure (or one table), rather than nesting lots of separate scalar structures inside a cell arrray. Inefficient data design like that should not be copied.

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

回答 (0 件)

カテゴリ

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

質問済み:

2021 年 8 月 11 日

編集済み:

2021 年 8 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by