how to change one part of the string to NOT italic font?
조회 수: 28 (최근 30일)
이전 댓글 표시
i have this code:
xlhand = get(gca,'xlabel');set(xlhand,'string','string and not italic',...
'fontsize',15,'FontAngle','italic');
i need the text 'not italic' to be normal how can i do that?
댓글 수: 0
채택된 답변
Joseph Cheng
2014년 4월 11일
편집: Joseph Cheng
2014년 4월 11일
you can do something like this
>> title('this text is {\bfbold} this text is {\ititalizized}')
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!