Azzera filtri
Azzera filtri

separate regions of image in subplots

3 visualizzazioni (ultimi 30 giorni)
lamis ke
lamis ke il 11 Lug 2020
Commentato: Image Analyst il 11 Lug 2020
  2 Commenti
KSSV
KSSV il 11 Lug 2020
What is line 17? Is it visible in the image?

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 11 Lug 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 Commenti
lamis ke
lamis ke il 11 Lug 2020
Modificato: lamis ke il 11 Lug 2020
i want show this result c d e f
Image Analyst
Image Analyst il 11 Lug 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.

Accedi per commentare.

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by