Community Profile

photo

Mir Amid Hashemi


Last seen: 대략 2년 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Speed up code - deletion of rows/columns
I had a similar problem, however I don't know if it can be applied to your code. I created a fifo of constant length in the gpu...

3년 초과 전 | 0

답변 있음
how can i extract data of specific dates in a big excel file and save in a different excel file?
It might be useful to use Tall Arrays. These arrays are not completely loaded into memory if they are really big. I would recom...

4년 초과 전 | 0

| 수락됨

답변 있음
classify array elements without so many if statement
Use the discretize function https://uk.mathworks.com/help/matlab/ref/double.discretize.html

4년 초과 전 | 0

답변 있음
How to quickly find the first NaN?
Hi, I put MessLength to 40000. I would think the bigger worry is line 23 with intersection. Isn't it? If you are using it to f...

4년 초과 전 | 0

질문


movsum slower than conv2 in GPU
Hello, I have this code that tests how both movsum and conv2 perform under GPU. A=rand(1e4,1e4,'single','gpuArray'); n=10;f=o...

4년 초과 전 | 답변 수: 1 | 1

1

답변