필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to change the Image thresolds for printing simulink subsystem ?

조회 수: 1 (최근 30일)
Shivaputra Narke
Shivaputra Narke 2016년 5월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello,
I am using print command to print simulink subsystem. [Matlab 2010a,2013b] Code : print '-s' '-dmeta' '-r100' 'temp.emf'
After executing this code, the system is getting copied into the temp.emf file but the size of the image is reduced one. Below warning message is being received for susbystems which are quite bigger.
Warning : Image dimensions exceed threshold of 675 pixels. Reducing image dimensions.
Is there any setting for changing this threshold ? I have tried below code but it is not working,
set_param(bdroot,'PaperUnits','Normalized'); set_param(bdroot,'PaperPositionMode','Manual') set_param(bdroot,'PaperPosition',[0,0,1,1])
Let me know if anyone have solution for this.
Thanks in advance!
  댓글 수: 1
Shivaputra Narke
Shivaputra Narke 2016년 5월 14일
I have changed image to -dtiff. As of now its working as expected. But the image quality is not good.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by