Cubic interp1 on a GPU array: bug?

1 view (last 30 days)
This may be better to put into bug reporting, but has anyone else received the message:
gpuArray does not support the cubic method. Supported interpolation methods are: 'LINEAR', 'NEAREST', 'CUBIC'.
This does not make sense to me.

Accepted Answer

Joss Knight
Joss Knight on 14 Jun 2017
This looks like a straightforward bug in the error message that's come as a result of a change in the default 'cubic' algorithm. The method that's now supported is 'v5cubic'. I've filed a bug report and this should be fixed in the next release.

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!