Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 11 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 11 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 12 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 12 años hace | 0

Pregunta


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

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 12 años hace | 0

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 12 años hace | 4 respuestas | 3

4

respuestas

Pregunta


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

más de 12 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta