How to underline the following text in sprintf
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Harish M
el 21 de Sept. de 2017
Respondida: Guillaume
el 21 de Sept. de 2017
X=sprintf('DIF algorithm was slower than direct computation method by %d seconds',e);
disp(X)
(just a part of the program)
I need to get underlined version of the text written using sprintf as output in my command window.
Thanks.
0 comentarios
Respuesta aceptada
Más respuestas (1)
Guillaume
el 21 de Sept. de 2017
Officially, the command line display does not support any kind of formatting (underline, bold, etc.).
Saying that:
disp(<">your text here</a>)
0 comentarios
Ver también
Categorías
Más información sobre MATLAB Report Generator en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!