提问


Threshold the matrix with vector
Let say I have a matrix *M* with m x n dimensions. I want to threshold each column by different threshold. let say *N* contains ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


delete the rows will all zeros in multi-dimensional matrix
Dear all, Let say I have a matrix *M* of size 6 x 3 x 3. And on each channel there are some zero rows (note that zero rows ar...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Sum all the Channels in matrix
Hello everyone, Let say I have a matrix *M* of 100 x 100 x 5. How can I sum all the channels of *M* and get one matrix *R* ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Precision and Recall based on Matrix
Dear all, I have 10 query images and 100 gallery images. Each query image has 10 images with different image noise. Based on...

12 years 前 | 2 个回答 | 0

2

个回答

提问


lookup table as a matrix instead of an array
I have a matrix square *R* which contains the relation ship (distances) between numbers. Elements in *R* is uint8 and the size i...

12 years 前 | 1 个回答 | 1

1

个回答

提问


lookup into array given a matrix (just replacing the values of matrix by vector)
Hi everyone, I have a very big matrix *R* of uint8. For every element (0-255) I have an other value in array *A*, where *A* i...

12 years 前 | 1 个回答 | 0

1

个回答

提问


bitget for array (count no. of bits)
Hi everyone, How to take bitget of an array. Let say: a = 7; s = sum(bitget(a,1:8)); will return 3 as there a...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Counting the neighbors in matrix
Hi everyone, I have matrix *R* in which each element is integer of range [0 7]. I want to calculate the count of neighbor, le...

12 years 前 | 4 个回答 | 0

4

个回答

提问


MCC-- make an executable using matlab in linux
I m using matlab 2009 provided by department. It is license version. I don't have mcc command in my installation. How Can I ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Vectorization
Dear Community, Let say I have Matrix *M*. In Matrix *M*, each Column is feature of Image. Now what I want to get a binary ma...

12 years 前 | 2 个回答 | 0

2

个回答

提问


multiply col vector with matrix
I have matrix and one column vector. I want to multiply column vector with each of column in matrix. Let say matrix is *M* a...

12 years 前 | 1 个回答 | 1

1

个回答

提问


pixel value in given direction
Dear all, Let say I have point at location *(x1, y1)*. I want to get an other point *(x2, y2)* at the distance of *d* pixel i...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Liver segmentation.....
it might be of your interest <http://www.sciencedirect.com/science/article/pii/S0720048X05004171> if you can't download th...

12 years 前 | 0

提问


Image Centroids and Moments
Hello everyone, I m interested in to vectrize the code to calculate the image moments. Description can be found on following...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
calculating average value for matrix
mean of each value can't be calculated but you can get average of each column or row. mean(M,1) % mean of each column m...

12 years 前 | 0

提问


How to show legend as subfigure
Dear All, Let say I have subplots of 4 figures. First three figures have some curve plots. I want to show last figure (the for...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to show partial legend in figure
Dear All, I just want to show the partial part of my legend in Figure. For example. plot([1:10],'Color','r','Display...

12 years 前 | 4 个回答 | 3

4

个回答

提问


Split legend of figure into multiple columns ?
Dear All, I have one figure which have many curves. I can't show my legend inside the figure so I have to show them outside. ...

13 years 前 | 4 个回答 | 0

4

个回答

提问


How to smooth the Curve
Dear All, From time analysis I get some values. Ideally my curve should monotonically increase. But due to some noice my cur...

13 years 前 | 1 个回答 | 0

1

个回答