Plotting intensity profile in different axes within GUI.

Inside a GUI if we use 'improfile' function ,it is creating a different figure to plot the intensity profile. But I want to plot the profile in onther axes within the GUi (For example the image is showing in axes1 and the intensity profile should come in axes2).Is it possible by using improfile? Thank you

 채택된 답변

Image Analyst
Image Analyst 2016년 4월 15일

0 개 추천

Yes, you can use axes() to switch the current axes from the one you drew in to the one you want to plot the profile in. Or else just pass the axes handle in to the plot() function as an argument.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

질문:

2016년 4월 15일

댓글:

2016년 4월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by