arraytotext
Convert an array to a text representation.
Syntax
Section titled “Syntax”v = arraytotext(array, format)Description
Section titled “Description”Returns a text representation of array. With format = 0 (default), produces a concise format suitable for display. With format = 1, produces a strict format with quoted strings and escaped delimiters (round-trippable).
Example
Section titled “Example”arraytotext([1 2; 3 4])