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

78 Solutions

7 Solvers

Last Solution submitted on May 26, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers7

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!