photo

emar


Last seen: circa 4 anni fa Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

14 Domande
0 Risposte

RANK
236.602
of 300.364

REPUTAZIONE
0

CONTRIBUTI
14 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
57.14%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Parallel calculations on matlab
Hello, As discussed in other posts, I understood that some functions are parallelized in Matlab, so they are fast in serial c...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


apply arrayfun for a couple of values
Hello, I wrote a syntax that calculate values of a function in different values. For example x1=[1 2 10 11]; x2...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


calculate displacement between 2 images
Hello, I would like to ask a question about normalized cross correlation. Indeed,the steps of calculation of normalized c...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Effect of a translation on cross correlation
Hello, To find displacement of a particle, I calculated the cross correlation between two instants (represented by two images...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Maximum of normxcorr2
Hello, I need to calculate the maximum of normalized cross correlation of million of particles. The size of the two parameter...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Efficient use of memory
Hello, If i create a cell with 1000 matrices ( size of each matrix 800*1280), clearing each matrix after using it will speed ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


error " Assignment has fewer non singleton rhs dimensions than non singleton subscripts"
Hello, I have 2 arrays that represent indexes of a matrix, for example idx =[ 1 5 ] and idy = [ 2 3] . When I execute this line...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


compare two arrays of different length ( inequality)
Hello, I have two arrays with different length, for example A =[ 2 3 11 0 8 ] and B=[ 2 6 8] ( The data are bigger in the real ...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


()-indexing must appear last in an index expression
Hello, I wrote this code i=(find(A)~=0); % find indexes that verify this condition % B is a cell B(i) (end:A(i),en...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


load a parallel pool constant
Hello, I built a parallel pool constant from a cell(55,1) which contains large matrix's, and it took 5 minutes. When i don't ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


different result between gpuArray / matrix
Hello, I tried to compare the result between two codes two inputs with the same function: function local_sum_A = local_sum...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


my code is slower with a parfor loop
Hello, I ran this code in a computer with 44 workers. However, it's slower than the for version. template=cell(31,1...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


cell as an input argument for normxcorr2
Hello, I want to calculate normalized cross correlation for an image with a lot of templates(31 templates). When I define templ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


time of execution of a code in matlab
Hello, To compare the time of execution of two functions, i wrote a code where i measure the time elapsed for each function a...

oltre 8 anni fa | 1 risposta | 0

1

risposta