Feeds
질문
Attempting to interpolate with interp2 and getting errors about the sample point vector?
Im trying to interpolate between 4 points in a square (origin to 1 in both x and y direction). I used [x, y] = meshgrid(0:0.01:...
대략 1년 전 | 답변 수: 2 | 0
2
답변질문
Why does my matrix not change with each iteration?
In my code: B = Bmat_4n(x,y,xi,eta); for point = 1:length(xiList) xi = xiList(point); eta = etaList(point); str...
대략 1년 전 | 답변 수: 1 | 0
