Stuart’s MATLAB Videos

Watch and Learn

Tradeoffs: Code complexity vs data storage

This video discusses a code tradeoff of increasing code complexity so that less data needed to be stored. This video discusses how for small cases, code complexity often rules over other considerations. However, in this case, the memory requirements grow a the cube of the size of a matrix, so quickly the code complexity must be sacrificed.

|
  • print

Comments

To leave a comment, please click here to sign in to your MathWorks Account or create a new one.