How to assign a sparse matrix of dimension n x n into a 3d sparse matrix
Show older comments
For example S0=eye(V), where V= number of nodes in a graph & S(:,:,1)=S0 (assignment of S0 into S). How I can do the same representation when both S0 and S are sparse matrices?
Answers (1)
Categories
Find more on Sparse Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!