How to send a figure to clipboard with a certain format?
How to send a figure to clipboard with a certain format?
(OP)
Hi anyone,
I need to send a figure to clipboard. According to Matlab help, it’s be done by:
>>print –dbitmap;
However, I would like to send the figure to clipboard in different formats as jpeg, metafile or tiff. The format will be keep into a variable such as:
>>form=’bitmap’;
>>print strcat('-d',form);
But it not work. And I do not know the reason. Can you help me?
I need to send a figure to clipboard. According to Matlab help, it’s be done by:
>>print –dbitmap;
However, I would like to send the figure to clipboard in different formats as jpeg, metafile or tiff. The format will be keep into a variable such as:
>>form=’bitmap’;
>>print strcat('-d',form);
But it not work. And I do not know the reason. Can you help me?





RE: How to send a figure to clipboard with a certain format?
You can also send it to clipboard using the -dmeta switch. For other formats you need to save the figure and then load it in other application.
Joe
BSTEX - Equation viewer for Matlab
http://www.geocities.com/bstex2001
RE: How to send a figure to clipboard with a certain format?
insert 2d image slices into a 3d matrix
and volume render it
around a axis as shown below
\|/Image slices
-----
/|\
Please Does anybody have an idea as to how to do it..I need to know
Ro