Can anyone please explain the syntax and purpose of plot() function?
显示 更早的评论
I need to know if I can plot some (x,y) coordinate points on a .png file, for this purpose I need to know the proper syntax and usage of plot().
4 个评论
dpb
2015-1-22
All the syntax of plot is given at
doc plot
I have no idea what you mean when you say ...plot some (x,y) coordinate points on a .png file...
Explain precisely what you want as an end result; attaching a sample plot would likely be even better.
fawad khan
2015-1-23
dpb
2015-1-23
How do you plot on a file is the question?
If you really mean on a displayed image, then as the other respondent answered, you've simply got to scale to the image coordinates what it is that you wish to plot and have at it...
fawad khan
2015-1-23
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!