Trouble with padarray and padarray_algo

16 次查看(过去 30 天)
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.

回答(1 个)

Sean de Wolski
Sean de Wolski 2016-8-31
>>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

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by