Plot setting axis properties
이전 댓글 표시
I just want to set the following properties
axis( ylim([-0.05 0.25]), xlabel('Lag'), ylabel('ACF'))
axes('FontSize',5)
set(gcf,'Position',[400 400 300 200])
I know this is wrong but I just want to label the x and y axis, set the font size for all axis labels and all numbering to font-size 5 and set the graph so its just 300 wide by 200 high.
how do I do this? )
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Plot Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!