Export Plot including Img (Issue with scaling)
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hello
I want to export a plot that displays an image and some vectors:
imshow(Img);
alpha(0.8);
zoom off;
quiver(point(:,1), point(:,2),disx(:)*M,disy(:)*M,'AutoScale','off','color',[0 1 0]);
axis on; xlabel('U [px]'); ylabel('V [px]')
For export to .png I wanted to use the Export Setup to define: size, font size and resolution (etc.).
The appearing issue is:
When scaling the Plot down to e.g. 15cm width the axis labels get cut off horribly.
The Issue only appears when plotting the Img. Normal Plot e.g. only quivers works fine.
Expectation:
vs.
Reality:

Somebody can help me?
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!