Simulinkで3次元の配列の構造体を作るには?
Show older comments
MATLAB/Simulink初心者です。
Simulinkで3次元の配列の構造体を作りたいと考えています。
例えばCコードにすると下記のようなイメージです。
typedef struct AAA{
int a;
int b;
int c;
}
AAA aaa[3][4][5];
入力によって動的に配列を参照したいのですが、どのようにすればよいのかがわかりません。
恐れ入りますが、ご教示願います。
Accepted Answer
More Answers (0)
Categories
Find more on イメージ算術 in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!