統計
MATLAB Answers
14 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
7年以上 前 | 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...
7年以上 前 | 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...
7年以上 前 | 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...
7年以上 前 | 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...
7年以上 前 | 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 ...
7年以上 前 | 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...
7年以上 前 | 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 ...
7年以上 前 | 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...
7年以上 前 | 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