フィルターのクリア

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 Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by