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!