ILNumerics Ultimate VS

ILMathcellv Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a cell vector from provided arrays.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetCell cellv(
	params BaseArray[] arrays
)

Parameters

arrays
Type: ILNumericsBaseArray
ILNumerics arrays to be stored into the cell.

Return Value

Type: RetCell
Cell array with number and values of elements as given by arrays.
Remarks

[ILNumerics Computing Engine]

See Also

Reference