23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

clipboard<br />

2clipboard<br />

Purpose Copy and paste strings to and from the system clipboard.<br />

Graphical<br />

Interface<br />

2-270<br />

As an alternative to clipboard, use the Import Wizard. To use the Import<br />

Wizard to copy data from the clipboard, select Paste Special from the Edit<br />

menu.<br />

Syntax clipboard('copy',data)<br />

str = clipboard('paste')<br />

data = clipboard('pastespecial')<br />

Description clipboard('copy', data) sets the clipboard contents to data.Ifdata is not a<br />

character array, clipboard uses mat2str to convert it to a string.<br />

See Also load, uiimport<br />

str = clipboard('paste') returns the current contents of the clipboard as a<br />

string or as an empty string (' '), if the current clipboard content cannot be<br />

converted to a string.<br />

data = clipboard('pastespecial') returns the current contents of the<br />

clipboard as an array using uiimport.<br />

Note Requires an active X display on Unix and Java elsewhere.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!