📜  mathjs 从矩阵中获取元素 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:38.194000             🧑  作者: Mango

代码示例1
M.get([0,0])
// Both methods work. Above is preferred

M.subset(math.index(1, 2));