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

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

Respuestas (1)

Kojiro Saito
Kojiro Saito el 23 de Dic. de 2024

0 votos

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

Categorías

Más información sobre 印刷と保存 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 16 de Dic. de 2024

Respondida:

el 23 de Dic. de 2024

Community Treasure Hunt

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

Start Hunting!