Data structures for multiple variables
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Im trying to create a data structure with 6 elements for 6 satellites i have modelled. when i call stat(1) it works, but when attempting to call an other stat, e.g stat(2), i get an error saying 'index exceeds matrix dimension'
3 件のコメント
Walter Roberson
2018 年 3 月 17 日
Your code has
stat(1).orbital_period_before;
before you have assigned a value to that field.
We cannot test your code because we are missing the values of some of the variables.
Christopher Maraj
2018 年 3 月 18 日
編集済み: Walter Roberson
2018 年 3 月 18 日
Walter Roberson
2018 年 3 月 18 日
Undefined function or variable 'T1'.
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!