You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have data of a 2D function (W(x, y)) in a non-uniform grid. Here you can see how it looks like:
data = CSV.read(file_path, DataFrame)
W = data[:,2]
x = data[:,3]
y = data[:,4]
plotscatter(x, y, W)
As the data is non-uniform, I can't seem to manage to make it work with the interpolator, but I really need to create an interpolator for this data. Does someone know how to do it?
Best Regards.
The text was updated successfully, but these errors were encountered:
Hi, I have data of a 2D function (W(x, y)) in a non-uniform grid. Here you can see how it looks like:
As the data is non-uniform, I can't seem to manage to make it work with the interpolator, but I really need to create an interpolator for this data. Does someone know how to do it?
Best Regards.
The text was updated successfully, but these errors were encountered: