Mir Amid Hashemi
Followers: 0 Following: 0
Statistics
RANK
8,170
of 295,569
REPUTATION
5
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
4 years ago | 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...
5 years ago | 0
| accepted
classify array elements without so many if statement
Use the discretize function https://uk.mathworks.com/help/matlab/ref/double.discretize.html
5 years ago | 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...
5 years ago | 0
Question
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...
5 years ago | 1 answer | 1