Estadística
65 Preguntas
0 Respuestas
CLASIFICACIÓN
10.032
of 295.448
REPUTACIÓN
3
CONTRIBUCIONES
65 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
finding submatrix and index
Hi I have the following matrix as two small sample matrix. I want to fill the matrix value zero with 1 between two diagonal 1. ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to do set subtraction
I have two array a=[1,2,3] and b=[2,3,4,5] I need a array c=b\a. Here \ is the set subtract operation. result is as follows: ...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
how to generate customize color
hi, I have a matrix m as follows: 1 1 1 1 3 3 3 4 4 4 1 1 1 1 ...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
subscript problem
I have a code as follows: hsv=rgb2hsv(iOrg); g=stdHue(hsv(:,:,1)*360); where stdHue is a user defined function. but it ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
finding longest length
Hi ,I have a matrix as follows I = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
color conversion
Hi I have three value r=60 g=120 b=50; I need to convert this in Luv color space what will be the formula.i.e i need correspo...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
problem in perimeter
hi, I have a matrix as follows: I = 0 0 0 0 0 0 0 0 1 1 0 0 ...
casi 13 años hace | 4 respuestas | 0
4
respuestasPregunta
finding homogineity of a portion of matrix
i have a matrix as follows: I = 1 1 1 1 8 1 2 1 1 8 8 8 2 1 ...
alrededor de 13 años hace | 0 respuestas | 0
0
respuestasPregunta
finding homogineity of a matrix
I have the following code: [r c]=find(I==1); smallGrayImage=grayImage([r c]); smallGLCM=graycomatrix(smallGrayI...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find uniformity of an image
I have an image I (colored image). I have standard deviation and entropy of the image say 7 and 5 How to get the uniformity of...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
conversion formula
I have three value h=20 s=60 v=30 I want to convert this value to Lab color space.i.e. the value of L , a,b Is there any one ...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
for loop problem
for i=1:a:20 idx=find(consecutiveDiff(:,1)==val(i)); a=numel(idx); end i need to increment the value i as th...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
finding value index within a range
hi i have a matrix a = 1 2 3 4 5 6 7 8 9 I need to find the index of those who...
alrededor de 13 años hace | 1 respuesta | 1
1
respuestaPregunta
combination problem
Hi suppose I have some values 1 2 3 4. I want to find all possible combination of these four, taking only two distinct elemen...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
adjacent region
Hi suppose I have a matrix as follows: I = 1 1 2 2 1 1 3 1 1 1 2 2 I...
alrededor de 13 años hace | 0 respuestas | 0
0
respuestasPregunta
adding values in array
Hi suppose I have two variable idx1= 1 2 3 idx2= 4 5 I need to have a third variable idx3 where idx3= 1 2 3 4 5 ...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
how to exit for loop
Hi, I have the following code: for m=1:10 for n=1:sz(2) if(Isingle(m,n)==1) ...
más de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
finding pixel near border
Hi, I have a matrix as follows: I = 1 0 0 0 0 1 0 1 0 0 1 0 0 ...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
finding index inside a region
suppose I have a matrix I. I = 4 4 4 4 4 4 4 4 1 1 1 1 3 0 4 ...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
finding lenght of each branch
Hi, I have a matrix as follows: I = 1 0 0 0 0 1 1 0 0 0 1 0 0 ...
más de 13 años hace | 0 respuestas | 0
0
respuestasPregunta
function problem
I have a function function [I]=removehole(a,b,c) I=zeros(size(a)); I called this function from another file as follows: map=...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
hist problem
I have the following code: out=I(outPixel); [counts,values] = hist(transpose(out),unique(out)); Frequency=[...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
removing area
I have a code like this. CC = bwconncomp(I2); STATS = regionprops(CC,'Area'); idx = find([STATS.Area] <100); I2(idx)...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
sub2ind problem for matrix
I have a matrix r = 6 1 5 2 4 3 3 3 2 3 1 2 2 3 ...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
finding region
Hi I have a matrix as follows: I= 1 1 0 0 0 0 0 0 0 0 0 0 1 ...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
finding interior or exterior points
Hi, I have a matrix as follows: I = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
finding neighbor of a position
Hi, I have a matrix. I = 1 0 0 2 5 0 0 0 3 0 0 0 I know the posi...
más de 13 años hace | 4 respuestas | 1
4
respuestasPregunta
filling regions of matrix
Hi have a matrix. I = 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 ...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
finding endpoints of a label
Hi, I have the following matrix. I = 0 0 0 0 0 1 1 1 0 0 0 0 0 ...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
sortrows
Hi,I have a matrix. I= 1 4 5 6 2 3 I want the output sorting in the following 5 6 2 3 1 4 Thanks.
más de 13 años hace | 1 respuesta | 0