Hi guys, I have to save matlab figures and import them into a LaTex project. I use the following command:
print('-depsc2','-r600',strcat('name_figure','.eps'));
But when I insert the figure in my document the result is the following one:
But I want to obtain something like this:
So, I want to change the image aspect ratio, hopefully by using a default command or similar (a sort of landscape format).
It is possible to obtain this change in the print command?
Or do I have to use another command?

 채택된 답변

Giuseppe
Giuseppe 2021년 3월 25일

0 개 추천

I've solved with the command:
set(gcf,'position',[x0, y0, width, height]);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2021년 3월 25일

답변:

2021년 3월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by