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

77 Solutions

6 Solvers

Last Solution submitted on Dec 04, 2025

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers6

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!