This function creates a SparseArray object from its constituent parts.
这个函数创建一个SparseArray对象从它的组成部分。
用法----------Usage----------
newSparseArrayWithData(data, coordinates, dims)
参数----------Arguments----------
参数:data
A vector of (nonzero) array elements.
(非零)数组元素的矢量。
参数:coordinates
A matrix with as many rows as data has elements, containing the coordinates of each nonzero element in the array.
data的元素,包含在数组中的每个非零元素的坐标矩阵与尽可能多的行为。