photo

emar


Last seen: 대략 4년 전 2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

14 질문
0 답변

순위
236,602
of 300,364

평판
0

참여
14 질문
0 답변

답변 채택
57.14%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변