ヘルプ センターヘルプ センター
テキストをシステム クリップボードからコピーしたり、システム クリップボードに貼り付ける
clipboard('copy',data)
contents = clipboard('paste')
importedcontents = clipboard('pastespecial')
clipboard('copy',data) は、指定したデータをクリップボードにコピーします。
data
例
contents = clipboard('paste') は、クリップボードの現在の内容を返します。clipboard がクリップボードの内容を取得できない場合、contents は空 ('') です。
contents
clipboard
''
importedcontents = clipboard('pastespecial') は、インポート ツールを使用してクリップボードの内容をインポートします。
importedcontents
すべて折りたたむ
テキストの行をクリップボードにコピーし、配列に貼り付けます。
clipboard('copy', 'This is the text that I want to copy'); contents = clipboard('paste')
contents = 'This is the text that I want to copy'
データをクリップボードにコピーし、クリップボードのデータを MATLAB® にインポートします。
以下の行を選択し、右クリックして [コピー] を選択します。
1,2,3 4,5,6 7,8,9
関数 clipboard を使用してクリップボードのデータを MATLAB にインポートします。インポート ウィザードが開きます。
A = clipboard('pastespecial')
インポート ウィザードで、[次]、[終了] の順にクリックして、クリップボードの内容を A にインポートします。
A
コピーするデータ。数値配列、文字ベクトル、または string スカラーとして指定します。
クリップボードの内容。文字ベクトルとして返されます。
インポート ツールからインポートされたクリップボードの内容。構造体配列として返されます。
R2006a より前に導入
load | mat2str | インポート ツール
load
mat2str
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office