开发者

Plotting images over a graph in Matlab

开发者 https://www.devze.com 2023-01-05 20:21 出处:网络
Does anyone know how can one plot() a regular 2D plot in Matlab, and dr开发者_JAVA技巧aw little images over that plot?

Does anyone know how can one plot() a regular 2D plot in Matlab, and dr开发者_JAVA技巧aw little images over that plot?

Thanks for any tips.


Hmmm, my bad, it's all there in the basic Matlab commands:

You do your plot(), call 'hold on', and then call 'image(x,y,img)' to plot that image on top of the existing plot.

:)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号