図を保存し、word​に張り付けるにはどう​すればいいですか。

図の保存と貼り付けがcrl+c,crl+vで貼り付けできません。

Réponses (1)

Kojiro Saito
Kojiro Saito le 23 Déc 2024

0 votes

MATLAB OnlineではFigureの保存メニューからのイメージのコピーや、copygraphicsコマンドをサポートしていません。
printコマンドが使えるので、こちらでクリップボードにコピーできます。
print('-clipboard', '-dbitmap')
あるいは、Figureのメニューで「名前を付けて保存」をクリックして画像ファイルとしてFigureを保存し、
保存された画像ファイルを右クリック「ダウンロード」で手元のPCにダウンロードして、Wordに挿入できます。
関連: こちらの質問

Catégories

En savoir plus sur 印刷と保存 dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!