필터 지우기
필터 지우기

separate regions of image in subplots

조회 수: 3 (최근 30일)
lamis ke
lamis ke 2020년 7월 11일
댓글: Image Analyst 2020년 7월 11일
  댓글 수: 2
KSSV
KSSV 2020년 7월 11일
What is line 17? Is it visible in the image?
lamis ke
lamis ke 2020년 7월 11일

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2020년 7월 11일
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
lamis ke
lamis ke 2020년 7월 11일
편집: lamis ke 2020년 7월 11일
i want show this result c d e f
Image Analyst
Image Analyst 2020년 7월 11일
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.

댓글을 달려면 로그인하십시오.

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by