Plotting intensity profile in different axes within GUI.
1 view (last 30 days)
Show older comments
rupam baruah
on 15 Apr 2016
Commented: rupam baruah
on 15 Apr 2016
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
0 Comments
Accepted Answer
Image Analyst
on 15 Apr 2016
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.
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!