Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
188.695
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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
create 3*3 matrix around a given pixel
I have a centroid plotted on a blank image using the command img(a(2),a(1))=1; I would like to create a 3*3 matrix of ones...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
how to compare two structures
I have two structures. structure1=(8666*1) --> every cell has x and y coordinate values(two numeric values) structure2=(2785*1...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
compare pixel positions in structures
I have two structures structure 1 : 8666*1 structure 2 : 2785*1 They have the x and y coordinates of some pixels.(pixel pos...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to count the different dots seperately
I have an image with red dots ,green dots and yellow dots. some dots are touching eachother. (2 pixels) and some dots are alone...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
identify similar and new dots from two binary images
I have two binary images. Image 1 and image 2 with numerous signal dots. both images belong to the same scene but they were take...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
compare dots in two binary images
I have two binary images(Image1 & Image2). Both images have dots. The images belong to the same scene but taken at different t...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
load .mat files in order
I have a set of output files in structure format saved as .mat (output1,output2,output3,..outputn) I am using this code to load...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
vertical concatenation of matrices in a loop
I have a set of matrices saved in a data structure. I need to vertically concatenate the matrices. The number of columns is cons...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
convolution of two signals
I have two signals represented by x and y values respectively. I have to find the convolution between the two signals. I am at...
más de 10 años hace | 4 respuestas | 0
4
respuestasPregunta
concatenate 3 dimensional matrix in a loop
I have 128 matrices( n*32) stored in a dataStructure. I want to concatenate these matrices in 3 dimensional so its possible for ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Matrix visualization as an image
To know my data better i wanted to visualize my data matrix as an image. I used imagesc to do that. code: imagesc(dataStruc...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
matrix visualization using imagesc
I used imagesc to visualize a matrix. I am attaching the plot i got here. Most of the values are in the same blue. what can b...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
visualizing a matrix using imagesc
I used imagesc to visulaize a matrix (57*32 rows) but i dont get a good result. I am attaching the plot here. Can someone hel...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i plot a matrix with corresponding feature names
I am expecting to plot a matrix (57*32) 57 rows of measurements with 32 features. I have the data in a structure. how to vis...
más de 10 años hace | 1 respuesta | 0