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

评论

要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。