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.

Antworten (1)

Sean de Wolski
Sean de Wolski am 31 Aug. 2016

0 Stimmen

>>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

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 31 Aug. 2016

Beantwortet:

am 31 Aug. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by