photo

cniv_we


Last seen: 4 years ago Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 1

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer