×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

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

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?

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

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
http://www.geocities.com/bstex2001

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

(OP)
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

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources