The input will be a sparse matrix :
x = sparse(100,1000,0.01);
>>whos x
shows that 8024 bytes ares required .
The aim is to find the the number of bytes required to store a sparse matrix in a 64-bit system without using whos or who commands.

Solution Stats

81 Solutions

8 Solvers

Last Solution submitted on Aug 27, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers8

Suggested Problems

More from this Author30

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!