photo

SL


Last seen: etwa 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
245.959
of 300.364

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Trying to run ODE45 with system of two equations but its not working, any advice ? Thanks
g_i=9.81; Re=6378 ; h=100; T=100; Ae = 0.9; % sq m exit nozzle area Ar = 1.7; mSecondStage = 111500; % kg m0_propella...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what to do when array indicies exceed for , FOR loop comparision for below , trying to plot density of atmosphere, how to do the comparison ?
h(1) = 0; T(1) = 273.15; p(1) = 101.2; for t = 1:328084 if h(t)<[11000] T(t+1) = 15.04 - 0.0064...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Array indices must be positive integers or logical values for loop expression
i do not know why but when I run this I get the error that array indicies must be positive, it is , isnt it ? Please help thank...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten