Feeds
질문
Solving 4th Order Differential Equations
I am trying to solve a fourth order Differential Equation (no previous Diff Q experience) and I'm running into issues with the o...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
I am trying to use if statements to compare two vectors to get a value from a third. I need to display which months of one vector are higher than another then give the months that they are within .2 of each other.
WSFO =[6.7 7.5 8.5 9.5 10.4 10.9 11.2 10.5 9.1 7.6 6.3 6.5]; WOrl =[9.0 9.6 9.9 9.4 8.8 8.0 7.3 7.2 7.7 8.6 8.6 8.5]; ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
I get the error "Matrix dimensions must agree." in line 6 while trying to make side by side tables of the data. I've truncated the data to only be 1x10 for each.
[A,B,C,D,E,F,H,I,J,K,L] = textread('DropSondeData.txt','%s %s %s %s %s %f %s %s %s %f %s', 69); M = sort(K); Win...
대략 8년 전 | 답변 수: 1 | 0

