find and plot in a x-y graph the pixels allong the red line
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
lena kappa
el 29 de Mzo. de 2021
Comentada: lena kappa
el 31 de Mzo. de 2021
hello everyone does anyone know how can i find and plot in a x-y graph the pixel values along the red line in the next pic?
0 comentarios
Respuesta aceptada
Jan
el 29 de Mzo. de 2021
See: doc improfile
3 comentarios
Jan
el 30 de Mzo. de 2021
Why do you want to store the output of improfile in the the same array as the handles of the image and the line produced by plot? Their outputs are graphic handles, the output of improfile is numerical. Use this insteead:
result = improfile
Más respuestas (0)
Ver también
Categorías
Más información sobre Fractals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!