strpad

Versione 1.1.0 (2,93 KB) da wfH
Add leading or trailing characters to character vector or cell array of character vectors in a single line of code.
28 download
Aggiornato 19 apr 2020

Visualizza la licenza

In newer version (R2016b), it is easy to add leading or trailing characters to strings in a single line of code.
Just call the built-in function 'pad'.

So, I created this function for users with older version.
This function follows the same behaviour as the builtin.
Futhermore, the padding character, "padChar", is no need to be exactly single character.

Cita come

wfH (2025). strpad (https://it.mathworks.com/matlabcentral/fileexchange/71674-strpad), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2018a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Characters and Strings in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: String Support API, STRPAD String Pad for Matlab

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0

Fix bugs when "padChar" is not a single character.
Add compatibility to string array.
Revise H1 line section.

1.0.0