array2string.zip

simple function that converts a cell array to a string.
231 Downloads
Updated 6 Mar 2012

View License

string=array2string(array) converts a cell array to an evaluable string as used for example by eval(...). cells may contain strings, matrices, function handles and cells containing the aforementioned classes and other cells.

Cite As

Bastian Binder (2026). array2string.zip (https://www.mathworks.com/matlabcentral/fileexchange/35361-array2string-zip), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.1.0.0

fixed error when length(array)==1

1.0.0.0