Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to send a figure to clipboard with a certain format?

Status
Not open for further replies.

Guest
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?

 
Replies continue below

Recommended for you

Hi,
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
 
I want to
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor