figureを用いたグラフ作図にて、縦長のグラフを作成する方法
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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ともに同じ横長のグラフになってしまいます。
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!