photo

Alexa Shumaker


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Help Index in position 2 exceeds array bounds (must not exceed 1).
I don't know what is wrong with the matrix i pass it a 1X178 in a for loop 4 times to get a conversion of WL = array of 4x178 so...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to evaluate function matrix in for loop
The text file is 8 X178 First four column are the y axis values do not change last 4 rows are the x values and im converting t...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Array indices must be positive integers or logical values.
Writing function for Runge Kutta 4th order. ERROR --> Array indices must be positive integers or logical values. command windo...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Arrays are Empty? WHY?
clear clc L = -10; U = 10; h = 0.38; x =L:h:U; f= sech(x) ; dfdt =(-sech(x).*tanh(x)); df2dt2 = sech(x).*(tanh(x).^2)...

mehr als 5 Jahre vor | 0

Frage


Arrays are Empty? WHY?
Trying to do a math homework to make 1st order forward backward difference, 1 order forward difference, 2nd order forwad differn...

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Error for C(i,:)
I keep getting error in bolded line. Using Gauss Siedel, code is from my textbook and its not working when I call it in the co...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


fminbnd not working for storing values in array.
I keep getting this error. Error in ScratchWork (line 12) [Vmin(i),DragMin(i)] = fminbnd(Drag,0,15000); I don't know what wr...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Plotting data within while loop,help
No plot displays even though the function works, at the end of the function use this in command window w = 25.5; E = 50*10^3...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten