Arturo Jr. Ongkeko
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
72.206
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
77.78%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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 exclude/remove ribcage shadow in an Xray image?
How can I remove the shadow of the rib cage so that I can do proper image segmentation and analysis. Below is the sample Xray im...
más de 3 años hace | 1 respuesta | 0
1
respuestaSeparating overlapping edges in an image to get an accurate count
I was able to figure it out after some time. Here's the code. %% COUNT BIG CELLS %convert image to black and white img_bw...
más de 3 años hace | 0
| aceptada
Pregunta
Removing objects in an image in MATLAB using Image Processing Toolbox
How can I remove the seven (7) big cells in the picture below so that I can do an accurate count of the smaller cells in the bac...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Separating overlapping edges in an image to get an accurate count
Hi, I am trying to count the big cells in the sample image below. I was able to reach a point where I was able to delet...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Creating checkerboard image without inbuilt function and for loop
Hi, I saw this code online and it works! It can indeed generate the checboard image but I hope you can enlighten me how each li...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
derive new variable with random float values using for loop
Hi, I am trying to derive a new variable with random float values using for loop. Tried using randn. for i=1:length(hosp_yn_co...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
creating new variable using for loop and if-else condition
Hi, I wish to divide my age data in column vector into age-groups 10-29, 20-29, 30-39, 40-49, 50-59, etc. using for loop and t...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
descriptive statistics in one line of code
Hi, Is there a way to write these in one line of code? mu_age=mean(age) mn_age=min(age) mx_age=max(age) sigma_age=std(age)
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
compute the p-value of Kaplan Meier curve
What is the function that I need to use to compute the p-value of KM curve?
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
deriving new variable from existing column vector using for-loop
Hello Matlab community! I am a newbie matlab user and trying to be comfortable in using for-loops to derive a new variable. I...
casi 4 años hace | 1 respuesta | 0