vardump.m Dump variables into a string

Version 1.0.0.0 (1,42 ko) par Ronald
Dump variables into one string (similar to var_dump from PHP)
283 téléchargements
Mise à jour 1 mars 2013

Afficher la licence

Dump variables into one string (similar to var_dump from PHP)

TXT = vardump(a,b,c,...) generates a string where each input argument is displayed in the format of 'varname = value'.

TXT = vardump('all') dumps the whole workspace into a string. Please be careful when dumping large matrices. The variable 'ans' is omitted in the ouput.

Examples:
a = 10;
b = 'text';
vardump(a,b)

vardump('all');

Citation pour cette source

Ronald (2024). vardump.m Dump variables into a string (https://www.mathworks.com/matlabcentral/fileexchange/40590-vardump-m-dump-variables-into-a-string), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Characters and Strings dans Help Center et MATLAB Answers

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