Plotting intensity profile in different axes within GUI.

2 ビュー (過去 30 日間)
rupam baruah
rupam baruah 2016 年 4 月 15 日
コメント済み: rupam baruah 2016 年 4 月 15 日
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 日
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 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by