Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % print background
- img=imread("lena.png");
- % you may scale the image size to fit with your plot...
- image(img);
- % keep in the same figure
- hold on
- % plot data ...
- plot(1:512);
- axis square
- % print do a black backgound ... :(
- % print -dpng lena_plot.png
Advertisement
Add Comment
Please, Sign In to add comment