vardump.m Dump variables into a string
Version 1.0.0.0 (1.42 KB) by
Ronald
Dump variables into one string (similar to var_dump from PHP)
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');
Cite As
Ronald (2026). 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. Retrieved .
MATLAB Release Compatibility
Created with
R2011b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
