Use slider parameter to plot over image
显示 更早的评论
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?
采纳的回答
更多回答(1 个)
Giorgio
2013-10-3
0 个投票
3 个评论
Image Analyst
2013-10-3
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
2013-10-3
Image Analyst
2013-10-3
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!