Plotting intensity profile in different axes within GUI.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
rupam baruah
le 15 Avr 2016
Commenté : rupam baruah
le 15 Avr 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 commentaires
Réponse acceptée
Image Analyst
le 15 Avr 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!