Trouble with padarray and padarray_algo
16 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Sean de Wolski
on 31 Aug 2016
>>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
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!