Community Profile

photo

Ranjan Anantharaman


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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+(...

9 years ago | 1 answer | 0

1

answer