Text properties
Mostrar comentarios más antiguos
Hi, how can I change text properties? I mean fonr angle.
For "File" I need Normal angle, for "FileName" I need Italic and for "is loaded" I need normal.
It is possible?
set(handles.text, 'String',['File',FileName,' is loaded']);
Thank you
Respuestas (1)
Wayne King
el 5 de Mayo de 2012
figure
text(0.4,0.5,'\rm{File} \it{filename} \rm{is loaded}')
1 comentario
john
el 5 de Mayo de 2012
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!