I'm trying to print a figure to PS on 2015a 64bit the function was working perfectly on 2012b 32bit but now the function is really slow

조회 수: 4 (최근 30일)
the command is really simple: print(figure_handles, '-dpsc2','-append',PSFileName, '-r400');
  댓글 수: 3
Omar Abdelkader
Omar Abdelkader 2016년 10월 28일
편집: Omar Abdelkader 2016년 10월 28일
@Jan on 2012b 32bit it takes up to 7 mins while on 2015a 64bit it takes up to 30 mins, I'm writing on the same disk and i have to append as i use the PS file at the end and convert it to Pdf.
Jan
Jan 2016년 10월 28일
7 minutes to 30 minutes? Are you talking about 15000 pages? If not, something is going wrong. Do you export vector or pixel graphics? Do the figures contain thousands of elements, perhaps hidden behind others? Is the memory exhausted, such that Matlab swaps to the hard disk? The profiler might reveal, where the time is lost. I'm exporting 5 figures with 16 axes, buttons, hundreds of lines, patches, text and logos in about 1 second.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by