vardump.m Dump variables into a string
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');
Citar como
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. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |