![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13087901_1530301629715_DEF.jpg)
Sandra Martinez
Followers: 0 Following: 0
Statistics
RANK
97,777
of 297,016
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Question
saving a job.parallel object
I'm running in batch and I would like to save the variable job (CJSIndependentJob or CJSTask object). is it possible?
10 days ago | 1 answer | 0
1
answerQuestion
Error message in the console when using batch
Im using batch, where we call the myFUN 30 times (this function procces an image) for k=1:30 job(nn)=batch(@myFUN,1,{matfi...
10 days ago | 2 answers | 0
2
answersQuestion
pointwise multiplication with ndSparse arrays slower than using full arrays
Hi Matt. I measure the times making pontiwise multiplication with full arrays vs ndSparse arrays and the first one tooks less t...
2 years ago | 0 answers | 0
0
answerspointwise multiplication of sparse matrix with full array
Yes, this works now M=rand(2,2,2,2); N=[1 0;0 0]; A=ndSparse(M);%You need to download this function B=sparse(N); C=A.*B; B...
2 years ago | 0
Question
pointwise multiplication of sparse matrix with full array
How can I do this operation? A=sparse([1 0;0 0]); B=rand(2,2,2,2); C=A.*B; the only way is converting B into a sparse array ...
2 years ago | 2 answers | 0
2
answersQuestion
How can I define an array of sparse matrix? (both for GPU and CPU)
A=sparse(3,3) MT=gpuArray(A); M2(1,1)=1 %Error using gpuArray/subsasgn %Sparse gpuArrays are not supported for this function...
3 years ago | 2 answers | 0
2
answersQuestion
How can I do faster a loop using the GPU? (GPU: RTX 3070)
n=700; A=rand(n,n); %% Ms=gpuArray(M); As=gpuArray(A); % First questions: this loop takes to much time. How can I do thi...
3 years ago | 1 answer | 0
1
answerQuestion
Qustions about number of workers in parpool
I'm trying to extend the number of workers when using parpool (my computer has a total of 16 cores and 32 threads) If I do: pa...
3 years ago | 1 answer | 0
1
answerQuestion
Problemes with Matlab compiler
I have a srcipt that uses parfor. I have no problems using Matlaba compiler 2021a. BUt, when I change thse lines (CASE 1): lo...
3 years ago | 0 answers | 0