Info

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

R2016a Why my title don't centralize?

조회 수: 2 (최근 30일)
Leilane Passos
Leilane Passos 2017년 12월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi,
I started using the matlab R2016a recently and the title of my figures are not getting centralized. How can I fix this?
  댓글 수: 3
Leilane Passos
Leilane Passos 2017년 12월 14일
편집: Walter Roberson 2017년 12월 14일
My command is:
title(['MAE Salinidade do ' exp_title_ROMS{index} ' - mean = ' sprintf('%0.2f',(nanmean(nanmean(mae_mean_roms.salt.(exp{index}))))) '']);
and saved with:
export_fig(['~/ROTINAS/MATLAB/MAE/figuras/MAE_SALT_' exp_title_ROMS{index} '.eps'], '-depsc','-dEPSCrop','-noinvert');
Walter Roberson
Walter Roberson 2017년 12월 14일
I seem to recall that R2016a had problems with title size and position when exporting to pdf, but when I search around I cannot find any postings about that, so I might be thinking of a different release.
In the meantime, try setting a fontname for the title; also experiment with a shorter title to see if the same bug arises.

답변 (0개)

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by