Thread Subject: how to show the image in matlab after print screen?

Subject: how to show the image in matlab after print screen?

From: Muhammad

Date: 21 Nov, 2009 12:17:03

Message: 1 of 3

can i paste the data in clipboard directly into matlab if yes then do tell me how?

Subject: how to show the image in matlab after print screen?

From: Steven Lord

Date: 30 Nov, 2009 04:08:26

Message: 2 of 3


"Muhammad " <hassan_matchless@yahoo.com> wrote in message
news:he8lnv$7tp$1@fred.mathworks.com...
> can i paste the data in clipboard directly into matlab if yes then do tell
> me how?

I'm not sure what the question in the body of this message has to do with
the question in the Subject, but anyway to answer the one in the body: HELP
CLIPBOARD.

--
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ

Subject: how to show the image in matlab after print screen?

From: ImageAnalyst

Date: 30 Nov, 2009 13:33:47

Message: 3 of 3

In Windows, after you hit the PrintScreen button on the keyboard, it
puts an image of the current screen into the clipboard. If you type
alt-PrintScreen, it puts an image of the CURRENT active window (which
is not necessarily the whole screen) into the clipboard. The
clipboard function in MATLAB does not seem to be able to handle
importing this kind of data -- I tried by using the line
data = clipboard('pastespecial'); % Doesn't work!

Perhaps you can beg Yair Altman (http://undocumentedmatlab.com/) to
come up with a tricky undocumented way of doing it. Otherwise you'll
have to use an intermediate program such as MSPaint or Photoshop to
save the clipboard out to a standard image file, such as a bmp or tif
image file. Those programs can create a new image based on the
contents of the clipboard

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
image Muhammad 21 Nov, 2009 07:19:04
print screen Muhammad 21 Nov, 2009 07:19:03
rssFeed for this Thread

Contact us at files@mathworks.com