필터 지우기
필터 지우기

I want to extract the image without the axes

조회 수: 3 (최근 30일)
neal paze
neal paze 2021년 5월 19일
댓글: neal paze 2021년 5월 19일
I can only use 'axis off' to hidden the axis,but it still has white area.I can not deal with image one by one because I need to deal with many date in the same code.
  댓글 수: 3
neal paze
neal paze 2021년 5월 19일
I make a image with the function of imagesc.I only want to the image without the axies and backgroud.But the axis can only off,can not delete.
neal paze
neal paze 2021년 5월 19일
In a word ,how to do this

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

답변 (1개)

Jan
Jan 2021년 5월 19일
img = getframe(AxesHandle)
  댓글 수: 1
neal paze
neal paze 2021년 5월 19일
It still does not work.It tells "Unrecognized function or variable 'AxesHandle'."

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

카테고리

Help CenterFile Exchange에서 Time-Frequency Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by