Simulinkで3次元の配列の構造体を作るには?
Afficher commentaires plus anciens
MATLAB/Simulink初心者です。
Simulinkで3次元の配列の構造体を作りたいと考えています。
例えばCコードにすると下記のようなイメージです。
typedef struct AAA{
int a;
int b;
int c;
}
AAA aaa[3][4][5];
入力によって動的に配列を参照したいのですが、どのようにすればよいのかがわかりません。
恐れ入りますが、ご教示願います。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur イメージ算術 dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!