photo

Oscar Martinez


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
2 Answers

RANK
140,417
of 300,763

REPUTATION
0

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,082

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,923

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

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

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

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

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

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

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

4 years ago | 2 answers | 0

2

answers