![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/30654251_1690402386601_DEF.jpg)
Rowan Quintero
Followers: 0 Following: 0
Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
136.876
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Need to display Uint16 .tif image without scaling down or losing resolution
My code involves displaying an image, having the user note things about the image, then taking that information and completing p...
7 meses hace | 0 respuestas | 0
0
respuestasPregunta
How to I generate continuous arrays from two arrays with different data points?
I would like to take two different array data sets: e.g. x1 = [ 1 5 8 20 ]; y1 = [10 12 15 20]; x1 = [2 6 8 19 21]; y1 = [...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How do I shade the area between two curves on a plot that is generated by arrays?
For example: x1 = [ 1 2 3 ]; y1 = [2 5 8]; x2 = [1 2.5 3.5]; y2 = [1 6 3]; plot(x1, y1) hold on plot(x2, y2) Thanks fo...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to I convert a binary (logical) image back into double, uint8, etc, without changing what the image looks like in binary?
I took a grayscale image (.tif file) and converted it into binary using imbinarize(). This gave me the desired visual, but now I...
más de 1 año hace | 2 respuestas | 0