필터 지우기
필터 지우기

Is it possible to print multiplication sign on a plot title?

조회 수: 85 (최근 30일)
Mr M.
Mr M. 2018년 1월 8일
댓글: M 2018년 1월 9일
×

답변 (2개)

M
M 2018년 1월 8일
편집: M 2018년 1월 8일
Try with the \times command like in this example :
title('abc \times def')
  댓글 수: 6
Walter Roberson
Walter Roberson 2018년 1월 9일
Are you using sprintf to construct your string? If so then use \\t instead of \t as in
title( sprint('%d \\times %d', 3, 5) )
M
M 2018년 1월 9일
I am also on R2017b and here is the result :

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


Kim Folmer Andersen
Kim Folmer Andersen 2018년 1월 8일
title('Is it possible to print * sign on a plot title?') Is this what you are looking for?

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by