On this pageFunction: matrixToMobject() matrixToMobject(data, options?): Matrix Defined in: mobjects/matrix/MatrixHelpers.ts:115 Converts a 2D number array to a Matrix mobject. Parameters data number[][] options? MatrixOptions Returns Matrix Example const matrix = matrixToMobject([[1, 2], [3, 4]]);