フィルターのクリア

How can I create multi dimensional dynamic structure array in loop?

2 ビュー (過去 30 日間)
Azar Nejad
Azar Nejad 2018 年 8 月 18 日
コメント済み: Azar Nejad 2018 年 8 月 18 日
Hi all I want to have a structure like:
DataStruct.name(i)
name(i) include three items: Round, Trial and Paradigm
DataStruct.value(i)
value(i) include three itmes: LocX, LocY and LocZ

採用された回答

Walter Roberson
Walter Roberson 2018 年 8 月 18 日
DataStruct.name(i) = struct('Round', value_for_round, 'Trial', value_for_trial, 'Paradigm', value_for_paradigm);
And likewise for value(i) with fields LocX LocY and LocZ

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by