int2strz.m

Same as int2str but with zero padding to the left.
2,5K téléchargements
Mise à jour 4 mai 2016

Afficher la licence

This is a really simple program that makes the same as int2str but pads with zeros those integers with less digits than the maximum one.
It is useful (I hope) when our program reads files with names like: xxx001.dat, xxx002.dat, ..., xxx099.dat, xxx100.dat, etc., and we don't want to make use of if's to put zeros to int2str outputs (great isn't it).

int2strz(X,N) pads up to N digits (see the screenshot).

Citation pour cette source

Carlos Adrian Vargas Aguilera (2024). int2strz.m (https://www.mathworks.com/matlabcentral/fileexchange/12973-int2strz-m), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2007b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Numeric Types dans Help Center et MATLAB Answers
Remerciements

A inspiré : daylightGMT.m

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

Fixed minor bug for no numeric inputs, or a single zero.
BSD License