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!