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

Respuestas (2)

M
M el 8 de En. de 2018
Editada: M el 8 de En. de 2018
Try with the \times command like in this example :
title('abc \times def')

6 comentarios

not working for me
What do you observe instead? It looks okay to me when I use that.
Works on my R2016b as expected also.
just "imes" I think \t means something else, I have MATLAB2017b
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) )
I am also on R2017b and here is the result :

Iniciar sesión para comentar.

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

Categorías

Etiquetas

Preguntada:

el 8 de En. de 2018

Comentada:

M
M
el 9 de En. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by