photo

PJM


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
34.587
of 300.369

REPUTACIÓN
1

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how can i generalize this code?
I have an image: <http://img23.imageshack.us/img23/2953/qyht.jpg> And my main work is this, clear all; img=imread('Crop...

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

0

respuestas

Pregunta


how can i simplify this for loop?
for i=1:2 %for-loop1 for j=1:5 %for-loop2 x(j)=i; y(j)=j+1; t=[x; y]'; end for j=1:5...

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

2

respuestas

Pregunta


find spots in image
I have an image: <http://imageshack.us/scaled/landing/138/n9m1.jpg> The image has 7 circles.(6 bright, 1 dark) then, how c...

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

0

respuestas

Pregunta


find spots in image
I have an image: <http://img5.imageshack.us/img5/3617/clb1.jpg> and I use the code, then I can find the spots. ---------- ...

más de 12 años hace | 2 respuestas | 1

2

respuestas

Pregunta


find the center point of color
<<http://www.aroundhawaii.com/assets/articles/2008/11/1543/images/nov08.jpg>> Let pixels of the image : 1x10 When I find t...

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

1

respuesta

Pregunta


Find common elements(?) in two arrays
For example, A=[2 2 2; 0 0 1; 1 2 3], B=[1 2 3; 2 2 2; 2 2 0] then I want to find the point of common elements between A,B...

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

1

respuesta

Pregunta


How can I get image value and change value?
Hi. I have an image file. I want to draw a filled inside black circle. Must use this command : img(sub2ind(size(img),y,x))=0...

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

1

respuesta