photo

J


Last seen: 13 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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:...

14 days ago | 2 answers | 0

2

answers

Question


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...

17 days ago | 1 answer | 0

1

answer