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.
By
Doug Hull
Doug first used MATLAB in 1994, could not figure it out until he got some help in 1995. He is now dedicated to making sure that no one else wastes a year of their life not knowing MATLAB like he did.
If i have a data set of 5000 rows and 14 columns, what command(s) should I use if I want to find the average of all five thousands rows across columns 7-10.
If i have a data set of 5000 rows and 14 columns, what command(s) should I use if I want to find the average of all five thousands rows across columns 7-10.
Thank you,
Toon