Community Profile

photo

cniv_we


Last seen: 約4年 前 2016 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


Index exceeds array bounds from CorrCoeff
I am trying to calculate cumulative correlation coefficient matrix from 2 different arrays saved in matrix X Now I only need to...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Adding cells of different size
Hi, I have 2 different cells like following: Cell_1 = {C1 C2 C3} Cell_2 = {C4 C5} How do I get the sum of each elements in e...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


What does 'imfuse' exactly do and how does it differ from 'imadd'?
I know *imfuse* creates a composite image from two images and I got the result I wanted. However, I do not know how *imfuse* doe...

6年以上 前 | 1 件の回答 | 1

1

回答

質問


Avoiding too many figures from loop in GA Toolbox
I am creating a function which looks like this: function F = fitnessfun(x) ... score = x1+x2+x3 ... figur...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Matrix Image Fusion Operation
Does somebody know what |imfuse| is actually doing? I know it is a composite of an image, but what is the matrix operation of |...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


Sum up elements in cells
I want to sum up elements in cells so that a product of the sum is a matrix. The cell is for instance A{i,j}, with each cell co...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Matrix from triple loop
I am trying to simplify the code from following loop: for i = 1:10 for j = 11:20 RS_1(:,i) = signal(:,i) ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to simplify matrix expression
I have following matrix expression: y_ = zeros(5000,10); y_(1:500,10) = 1; y_(501:1000,1) = 1; y_(1001:1500,2) = 1...

8年弱 前 | 1 件の回答 | 0

1

回答