Use shorthand for text layout

Allows you to specify alignment options using single character flags.
131 Downloads
Aktualisiert 30 Okt 2014

Lizenz anzeigen

Shorthand layout of text objects
USAGE: h=ltext(x,y,s,flags[,parameter-value-pairs])
flags is a string of one character layout options for the text object.
Valid options are:
n: normalized-units
c: center horizontal alignment
r: right horizontal alignment
l: left horizontal alignment
t: top vertical alignment
b: bottom vertical alignment
m: middle vertical alignment

EXAMPLE:
ltext(1,1,'Text in top left corner','nrt')

-----
Aslak Grinsted 2014

Zitieren als

Aslak Grinsted (2024). Use shorthand for text layout (https://www.mathworks.com/matlabcentral/fileexchange/48305-use-shorthand-for-text-layout), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Fixed help text

1.0.0.0