Question


filling a internal value of a matrix
Hi I have the following matrix I= 0 1 0 0 0 0 1 1 0 1 0 0 ...

13 years ago | 2 answers | 1

2

answers

Question


finding interior region
Hi I have the following code and have some output as follows: I = 0 1 1 1 1 1 0 1 0...

13 years ago | 2 answers | 0

2

answers

Question


region properties problem
Hi I have the following code: I = 0 0 0 0 0 0 0 0 1 1 0 1 1 0 ...

13 years ago | 1 answer | 0

1

answer

Question


close loop
I = 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 1 0 ...

13 years ago | 1 answer | 0

1

answer

Question


display problem
I have a colored Image matrix I of size 296X444X3; and a 2D matrix I1 of size 296X444. I1 have some values having 1. I ...

13 years ago | 1 answer | 0

1

answer

Question


findding neares label
Hi I have the following 3 matrix. I = 0 0 1 1 0 0 0 1 0 0 1 0 1 ...

13 years ago | 2 answers | 0

2

answers

Question


Joining label
Hi I have the following matrix I = 0 1 0 0 1 0 0 0 0 1 0 0 0 ...

13 years ago | 3 answers | 0

3

answers

Question


finding nearest label distance
Hi I have the following matrix I = 0 1 0 0 1 0 0 0 0 1 0 0 0 ...

13 years ago | 1 answer | 0

1

answer

Question


finding nearest label
Hi I have the following matrix I = 0 1 0 0 1 0 0 0 0 1 0 0 0 ...

13 years ago | 1 answer | 0

1

answer

Question


merging two matrix into a single one
Hi, I have two matrices. j = 1 2 3 0 0 0 0 0 0 k = 0 0 0 ...

13 years ago | 2 answers | 0

2

answers

Question


finding adjacent value in a matrix
Hi, I have a portion of a matrix as follows: I = 0 1 0 0 1 0 0 0 0 1 0 ...

13 years ago | 1 answer | 0

1

answer

Question


sub2ind problem
Hi, I have the following code. index1=sub2ind(size(I),r1,c1); info{i}(:,1)=I(index1); It shows me the follow...

13 years ago | 1 answer | 0

1

answer

Question


retrive specific column value from a matrix
Hi, suppose I have a matrix I as follows: I = 1 2 5 1 8 1 8 1 2 8 8 ...

13 years ago | 1 answer | 0

1

answer

Question


histc problem
Hi, I have a matrix as follows: I = 1 1 1 8 8 1 2 1 8 8 8 8 2 ...

13 years ago | 1 answer | 0

1

answer

Question


retrieve value from specific location of matrix
Hi suppose I have a matrix as follows: m = 1 1 1 3 1 5 2 2 2 4 3 1 ...

13 years ago | 1 answer | 0

1

answer

Question


How do I find the boundaries of a value in a matrix?
Hi, I have a matrix as follows: I = 1 1 1 1 8 1 2 1 1 8 8 8 2 1 ...

13 years ago | 5 answers | 0

5

answers

Question


retriveing some specific value from several matrix
Hi suppose I have some matrix of same size.I,I1,I2,I3. among them I as follows I = 1 1 1 1 8 1 2 ...

13 years ago | 0 answers | 0

0

answers

Question


switch case syntax need
[EDIT: Wed May 25 04:59:27 UTC 2011 - Reformat - MKF] I want a switch build a switch case statement as follows: switch valu...

13 years ago | 2 answers | 0

2

answers

Question


finding distance within a range of distance
[EDIT: 20110524 01:36 CDT - reformat, clarify - WDR] Hi I have a matrix as follows. I = 1 1 5 1 1...

13 years ago | 2 answers | 0

2

answers

Question


finding nearest distance of a distinct value
Hi, suppose I have a matrix as follows: I = 1 1 5 1 1 1 8 1 1 1 1 1 ...

13 years ago | 1 answer | 0

1

answer

Question


finding distance of distinct value
Hi, suppose I have a matrix as follows: I = 1 1 5 1 1 1 8 1 1 1 1 1 1 ...

13 years ago | 1 answer | 0

1

answer

Question


replace a portion of a matrix
I have a matrix. I need to replace value 1 with 5 of row 3 from column 2 to 4. and I need to replace value 1 with 5 of column 5 ...

13 years ago | 1 answer | 0

1

answer

Question


saturation value range
Hi in rgb2hsv saturation and value range is between 0 to 1. Is there any one who can tell me how to get these values in the ran...

13 years ago | 1 answer | 0

1

answer

Question


reconstruction of a color
Hi suppose I have an image. It shows 2 colors visually.I need two know whether there is actually 2 colors or many different colo...

13 years ago | 2 answers | 0

2

answers

Question


finding neighbor value
Hi, suppose I have a large matrix A of size 200X200 I need to know the neighbor value and also the neighbor position of di...

13 years ago | 2 answers | 0

2

answers

Question


sorting matrix
hi i have a matrix as follows a = 2 3 4 4 3 2 1 2 3 >> sort(a) ans = ...

13 years ago | 1 answer | 0

1

answer

Question


finding value less than a threshold
Hi, suppose I have a matrix A as follows: A = 1 2 3 3 3 6 4 6 8 4 7 ...

13 years ago | 1 answer | 0

1

answer

Question


detemine subtraction result
Hi, suppose I have two matrix A and B as follows: A = 1 2 3 3 3 6 4 6 8 4 ...

13 years ago | 1 answer | 0

1

answer

Question


frequency determination
Hi I have a matrix as follows: A=[1 2 3; 2 3 2; 1 2 3] I need to determine the frequency of the matrix value. i.e. the ...

13 years ago | 1 answer | 0

1

answer

Question


replace array value
I have a matrix A=[1 2 3; 4 6 6;7 7 7] I want to replace all 6 in the second column with 12 i.e A should be as follows:...

13 years ago | 1 answer | 0

1

answer

Load more