separate regions of image in subplots

1 Ansicht (letzte 30 Tage)
lamis ke
lamis ke am 11 Jul. 2020
Kommentiert: Image Analyst am 11 Jul. 2020
  2 Kommentare
KSSV
KSSV am 11 Jul. 2020
What is line 17? Is it visible in the image?
lamis ke
lamis ke am 11 Jul. 2020

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 11 Jul. 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 Kommentare
lamis ke
lamis ke am 11 Jul. 2020
Bearbeitet: lamis ke am 11 Jul. 2020
i want show this result c d e f
Image Analyst
Image Analyst am 11 Jul. 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.

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by