sazzad hossen
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
181.638
of 300.352
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.928
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.212
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
How to rearrange row of a matrix based on column value
I have a matrix v=[1 1 7 35; 2 1 27 55; 3 1 5 50] I would like to rearrange the based on the the 4th column maximum value in c...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
how make matrix from a for loop
My code like this, ........... ............ x_error=zeros(1,1); y_error=zeros(1,1); z_error=zeros(1,1); lz...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Cell array to image
i have a data which is cell array x_error=41 X 41 Cell i want to create an image by using this cell array value is this po...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to store value from loop
for i=1:0.1:5 ly=i; for j=1:0.1:5; lx=j; c1=co1(x1,y1,z1,lx,ly,lz,f); c2=co2(x2,y2,z1,lx,ly,lz,...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Object Length measurement form an image
I want to measure the lengths(X,Y,L,L1,L2,L3) of following picture by image processing. How can measure this length. is it possi...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Image segmentation/blocking and get value from each block
First image is my input image i want to make 1)first divided(segment) my image into M*N block (like Second pic) 2) the i want...
más de 11 años hace | 2 respuestas | 0
