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!