photo

Sandra Martinez


Last seen: 13 days 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
98,246
of 297,503

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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?

1 month 前 | 1 个回答 | 0

1

个回答

提问


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

1 month 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

已回答
pointwise 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 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 0 个回答 | 0

0

个回答