Feeds
提问
Arrayfun question - getting error
Hello, I have a question with regard to using the arrayfun function. I am trying to perform a simple stencil computation using ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Difference in output of find when using gpuArray
Hello, I have this piece of code: a = zeros(12,12,12); for i=1:12, for j=1:12, for k=1:12 a(i,j,k)=((i-5)^2+(...
11 years 前 | 1 个回答 | 0