Can't understand you I'm getting this error when using a for loop to add two arrays
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Anacleto Capetta
am 16 Feb. 2023
Beantwortet: Anacleto Capetta
am 16 Feb. 2023

1 Kommentar
Cameron
am 16 Feb. 2023
1) We don't know what the function get_AtmosProperties does.
2) It would help also if you posted your code instead of a screenshot of it.
3) Can you attach a .mat file?
Akzeptierte Antwort
Weitere Antworten (1)
Kevin Holly
am 16 Feb. 2023
One of you variables (P_Pa, p_Pa, or q_Pa) only has one row. So, when you iterate with the for loop, you get an error when i = 2. Check the size of your variables.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!