Holmbrero
Followers: 0 Following: 0
Estadística
14 Preguntas
2 Respuestas
CLASIFICACIÓN
207.723
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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 separate a vector into bins and average each bin
I have a vector A (exemplified below) which contains the size of pores and i want to create a vector which bins the data in A an...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Find the length of a vector up to a certain value
Hi! I have a vector (SortN1250) which is 75558x1 with a range from 1:1000 and i want to extract the length of the vector at ce...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Fitting a model to a displacement field
Hi! I have aquired a displacement field from image analysis and i want to fit a model to the field in order to be able to deri...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do i binarize these two images to produce an as equal result as possible?
Hi! The two attached images of a porous material are aquired at the same area but as with all aquired images there is a slight...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
What is wrong with this code?
Why is this code not exchanging all negative numbers in Raddidifference and Truedist to NaN? Size1 is just the size of the cell ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Approximation of area of an image
Hi! I want to approximate an area with a circle as in the attached image (which is manually drawn). I have three somewhat di...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Adding values to cells as the indices increase
Hi! I have a n x m cell array and i want to add a multiple of a constant as n and m increases. (1,1) (1,2) (1,3) (2,1) (2...
casi 4 años hace | 1 respuesta | 0
1
respuestaFiltering noise bubble flow
Hi! Try bwareaopen. Apply it on your binary image. https://se.mathworks.com/help/images/ref/bwareaopen.html /Anders
casi 4 años hace | 0
Pregunta
Extracting certain rows from matrix
Hi! I have a matrix T = 99x3 and another matrix S = 69x2 Column 1 in S contains 69 indices corresponding to certain rows in ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Removing certain values from columns in a matrix
Hi! I have a matrix looking something like this: 21 4.51076 21 48.3399 ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Find nearest neighbors of a point
Hi! The green points in the figure are my reference points. I want to find the k nearest neighbors of red points to each green...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Image registration by translation in x and y alone
Hi! Is there a good way of registering images by only considering the x and y translation? The registration does not need to...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Save data from for loop to a structure
Hi! I have the following code: Size1 = size(ca, 1); Size2 = size(ca, 2); for r = 1 : Size1 for c = 1 : Size2 OpenB...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Splitting part of image to smaller images
Hi! I want to split a part of an image into smaller regions and perform a function on each of the new regions individually. Se...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaSplitting a vector at sign change
Works great. Thank you very much!
más de 4 años hace | 0
Pregunta
Splitting a vector at sign change
Hi! I have a vector with values > 0 and values < 0 such as for example: K = [1 2 3 4 5 6 7 8 -1 -2 -3 -4 -5 -6 -7 -8 1 2 3 4...
más de 4 años hace | 3 respuestas | 0