matlab interp2 gives an error’monotonically increasing’
The function griddata is your friend for these tasks, It uses scatteredInterpolant under the hood, but in my opinion is more user friendly. Keeping the same example code you gave, …
matlab interp2 gives an error’monotonically increasing’ Read More »