Use slider parameter to plot over image
Afficher commentaires plus anciens
I created a script containing axes and a slider following GUI guide. I was able to plot a function depending by parameters related to the slider. I would like to plot the graph of the function over a given image. How could i do that?
Réponse acceptée
Plus de réponses (1)
Giorgio
le 3 Oct 2013
0 votes
3 commentaires
Image Analyst
le 3 Oct 2013
So then don't use hold on. By the way, your reply should have been a "Comment", not an "Answer" since it doesn't answer your question at the very top.
Giorgio
le 3 Oct 2013
Image Analyst
le 3 Oct 2013
The graph will not be over any image you put into the axes. Using cla reset will totally blow away the image in the axes and replace it with just the graph alone.
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!