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.

답변 (1개)

Sean de Wolski
Sean de Wolski 2016년 8월 31일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

2016년 8월 31일

답변:

2016년 8월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by