Community Profile

photo

Oscar Martinez


Last seen: 2 years ago Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


problems with matlab compiler
When trying to use matlab compiler I found this messege (the original script has no problems when running).

3 years ago | 1 answer | 0

1

answer

Question


MAtlab 2021 faster than Matlab 2017
question 1. I run a script in Matlab 2017 that takes 11min, the same script in Matlab 2021 takes 3min. Both on the same compute...

3 years ago | 1 answer | 0

1

answer

Answered
loading a sequence of datasets using parfor
Thank you very much Walter Maybe part of the problem is that I’m using Matlab 2017a. The problem is that I have bought Matla...

3 years ago | 0

Answered
Parallel Computing Toolbox (parfor slower than for, GPU slower than CPU)
Thank you Joss Maybe part of the problem is that I’m using Matlab 2017a. The problem is that I have bought Matlab 2021 with th...

3 years ago | 0

Question


loading a sequence of datasets using parfor
I want to run a code that, 1) At each iteration loads a .mat (containing an image) 2) Then convert the arrary into a gpuAr...

3 years ago | 2 answers | 0

2

answers

Question


Parallel Computing Toolbox (parfor slower than for, GPU slower than CPU)
How can I measure the time transfer to workers? More precisely when doing parfor like: parfor i=1:100 N=sum(A(:,:,i)) end ...

3 years ago | 2 answers | 0

2

answers