Use slider parameter to plot over image
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Giorgio
am 3 Okt. 2013
0 Stimmen
3 Kommentare
Image Analyst
am 3 Okt. 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
am 3 Okt. 2013
Image Analyst
am 3 Okt. 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.
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!