Borrar filtros
Borrar filtros

separate regions of image in subplots

3 visualizaciones (últimos 30 días)
lamis ke
lamis ke el 11 de Jul. de 2020
Comentada: Image Analyst el 11 de Jul. de 2020
  2 comentarios
KSSV
KSSV el 11 de Jul. de 2020
What is line 17? Is it visible in the image?
lamis ke
lamis ke el 11 de Jul. de 2020

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 11 de Jul. de 2020
Before that line, put this and see what it puts out to the command window:
whos P
[rows, columns, numberOfColorChannels] = size(P)
It looks like it thinks your P is not an RGB image. What is it? pso() is not a built-in function so I don't know what it returns. What does pso() return as the first argument?
  5 comentarios
lamis ke
lamis ke el 11 de Jul. de 2020
Editada: lamis ke el 11 de Jul. de 2020
i want show this result c d e f
Image Analyst
Image Analyst el 11 de Jul. de 2020
OK, so go ahead (no question was asked - just an announcement). Write code to create those images, and call subplot(2, 3, n) and display the proper image in the proper location.

Iniciar sesión para comentar.

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by