int2str
Convertit un tableau d'entiers en chaîne
📝 Syntaxe
res = int2str(var)
📥 Argument d'entrée
var - un tableau numérique.
📤 Argument de sortie
res - une chaîne
📄 Description
int2str convert un tableau numérique en chaîne au format entier. Les entrées sont arrondies avant la conversion.
💡 Exemples
R = int2str ([-Inf, 2, NaN; 4, Inf, 6])R = int2str(uint64(intmax('uint64')))🔗 Voir aussi
char.
🕔 Historique
Version
📄 Description
1.0.0
version initiale
Last updated
Was this helpful?