How to change justification of text in live script?
3 次查看(过去 30 天)
显示 更早的评论
From the aestetic point of view I'd like to know how to change justification of text in live script. Avaliable options are left, right or center but the one I need is not among them. I learned about changing live script appearance by commands settings.matlab.... etc, but can not find if it is possible to change justification this way. Thanks in advance.
1 个评论
Rik
2024-10-7
What 4th option are you looking for? Can you create an example image with paint/powerpoint/word?
采纳的回答
Aneela
2024-10-7
编辑:Aneela
2024-10-7
Hi Artur,
In MATLAB Live Scripts, the default text justification options available are typically left, right, and center.
- To achieve full justification, you could export the live script to a format like PDF or Word and use a text editor like “Microsoft Word” that supports full justification.
“settings.matlab” command is used customizing other aspects such as fonts, colors, themes, etc. It does not support text justification.
You can refer to the below documentation for more information on settings and format-live scripts respectively:
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Language Support 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!