array2string.zip

simple function that converts a cell array to a string.

You are now following this Submission

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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

fixed error when length(array)==1

1.0.0.0