Sandra Martinez - MATLAB Central
photo

Sandra Martinez


Last seen: 17 días hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 06/21 to 03/25Use left and right arrows to move selectionFrom 06/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 Preguntas
1 Respuesta

CLASIFICACIÓN
146.950
of 297.569

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
62.5%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.459

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.178

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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?

alrededor de 1 mes hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 1 mes hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 0 respuestas | 0

0

respuestas

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

más de 2 años hace | 0

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 0 respuestas | 0

0

respuestas