Data structures for multiple variables
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 17 Mär. 2018
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
am 18 Mär. 2018
Bearbeitet: Walter Roberson
am 18 Mär. 2018
Walter Roberson
am 18 Mär. 2018
Undefined function or variable 'T1'.
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!