Filter löschen
Filter löschen

text alignment while writing to text files

1 Ansicht (letzte 30 Tage)
Safiullah Khan
Safiullah Khan am 18 Apr. 2011
hi, i want to write data of a patient to the .txt file but the data is not aligned(columns alignment). i want text to be displayed like in a table:
Date/Time Results Comment
Mon,3/12/10,12:00 127 before meal
tue,4/11/10,12:51 120 after meal
how can i do this? waiting for kind help Thanks

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 18 Apr. 2011
Compare:
sprintf('%10s%10s', 'hi', 'there')
sprintf('%-10s%-10s', 'hi', 'there')

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by