figureを用いた​グラフ作図にて、縦長​のグラフを作成する方​法

8 visualizaciones (últimos 30 días)
denpika
denpika el 10 de Jul. de 2017
Comentada: michio el 11 de Jul. de 2017
縦長のグラフを作成したいのですが、figureのプロパティで縦・横を入れ替えても横長になってしまいます。 縦長にする方法はあるでしょうか? 例
e1 = figure('visible','on','Position',[100 100 297 210]);
e2 = figure('visible','on','Position',[100 100 210 297]);
e1, e2ともに同じ横長のグラフになってしまいます。

Respuesta aceptada

michio
michio el 11 de Jul. de 2017
どのバージョンのMATLABを使っていますか? OS は Windows ですか? R2017aだと添付の画像のように、縦横のサイズが正しい Figure が作成されています。
  2 comentarios
denpika
denpika el 11 de Jul. de 2017
すみません、質問が間違っていました。 解像度を上げるために次のように書いていたのですが、値を落としたら解決しました。e = figure('visible','off','Position',[100 200 210*8 297*8]);
michio
michio el 11 de Jul. de 2017
もし Figure を出力する際の解像度を上げる場合は、print 関数の -r オプションがおすすめです。 詳細: Figure の印刷または特定のファイル形式での保存

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre グラフィックス en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!