From: tara woo on 1 Feb 2010 20:43 Hello, I have an image and a plotted a dot on it. I want to save the dot on the image without borders and axis. This is the code I used. I used saveas before, but it kept a white strip...Thanks! figure; image(I) hold on; plot(1000,2000,'k.','MarkerSize',40); end axis off; imwrite(I,'output','jpeg');
From: tara woo on 1 Feb 2010 21:15 by the way, if use the code above, the image will be saved but without the dots. Could anybody help? Thanks a lot!!
From: ImageAnalyst on 1 Feb 2010 21:46 On Feb 1, 9:15 pm, "tara woo" <yamiaomiao...(a)yahoo.com.hk> wrote: > by the way, if use the code above, the image will be saved but without the dots. Could anybody help? Thanks a lot!! Try export_fig http://www.mathworks.com/matlabcentral/fileexchange/?term=author%3Awoodford
From: bilal on 1 Feb 2010 16:36 buddy change the color of pixel where you want to draw something..easy haan.
From: tara woo on 2 Feb 2010 23:53 Thanks! that was really an easy way to get things done=]
|
Next
|
Last
Pages: 1 2 Prev: quick plot daily trend line from hourly database without reshape Next: Combine event vectors |