22 lines
474 B
Markdown

# Function string
Create a string or convert any object into a string. Elements of Arrays and Matrices are processed element wise
### Parameters
Parameter | Type | Description
--------- | ---- | -----------
`value` | * | Array | Matrix |
### Returns
Type | Description
---- | -----------
String | Array | Matrix | str
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->