Plot out of screen
古いコメントを表示
Help, my plots are wider than the window. How can I shrink the plots?
3 件のコメント
Geoff Hayes
2015 年 4 月 18 日
John - what code are you using to create your plots? Are you perhaps setting the position and size of the figure (for the plot) so that it is larger than what can be displayed on your monitor?
Ronny Landsverk
2015 年 4 月 18 日
編集済み: Ronny Landsverk
2015 年 4 月 18 日
The default axes should fit the plot but you can use
xlim([x1,x2]);
ylim([y1,y2]);
Geoff Hayes
2015 年 4 月 18 日
John's answer moved here

採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!