LAPACK error running scatteredInterpolant
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi - I'm running MATLAB R2016a on Windows 10. After creating an interpolating function by calling: F=scatteredInterpolant(x, y, z);
when I go to use this function via, e.g. zi=F(xi, yi)
I get the following error: Error using scatteredInterpolant/subsref LAPACK loading error: mkl.dll: The parameter is incorrect.
Any insight on this?
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!