Filter löschen
Filter löschen

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

85 Ansichten (letzte 30 Tage)
Mr M.
Mr M. am 8 Jan. 2018
Kommentiert: M am 9 Jan. 2018
×

Antworten (2)

M
M am 8 Jan. 2018
Bearbeitet: M am 8 Jan. 2018
Try with the \times command like in this example :
title('abc \times def')
  6 Kommentare
Walter Roberson
Walter Roberson am 9 Jan. 2018
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 am 9 Jan. 2018
I am also on R2017b and here is the result :

Melden Sie sich an, um zu kommentieren.


Kim Folmer Andersen
Kim Folmer Andersen am 8 Jan. 2018
title('Is it possible to print * sign on a plot title?') Is this what you are looking for?

Community Treasure Hunt

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

Start Hunting!

Translated by