Trouble with padarray and padarray_algo

The inbuilt function padarray in matlab2015 and 2016 calls padarray_algo(line 66) which seems to be completely undefined. I checked this in several copies of matlab and had the same problem in all of them. This seems like a bug to me. This call to padarray_algo is absent in earlier versions of matlab, before 2015a. Or am I missing something here? Thank you.

Answers (1)

>>which -all padarray_algo
C:\Program Files\MATLAB\R2016a\toolbox\images\images\private\padarray_algo.m % Private to images
C:\Program Files\MATLAB\R2016a\toolbox\images\images\@gpuArray\private\padarray_algo.m % Private to @gpuArray
>>
If it's not, try
rehash toolboxcache
If that doesn't work, then
restoredefaultpath
rehash toolboxcache

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Asked:

on 31 Aug 2016

Answered:

on 31 Aug 2016

Community Treasure Hunt

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

Start Hunting!