正在加载图片...
Sparse Arrays(4/35) ▣The sparse data type The sparse data type actually saves three values for each nonzero element:the value of the element and the row and column numbers where the element is located. A=eye(2); sparse(A) ans= (1,1) 1 (2,2) 1 CDHAW @月协大学 TONGJI UNIVERSITYSparse Arrays(4/35)  The sparse data type ✓ The sparse data type actually saves three values for each nonzero element: the value of the element and the row and column numbers where the element is located. ✓ A=eye(2); sparse(A) ans = (1,1) 1 (2,2) 1
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有