Posts Tagged ‘whos’
Computational Advantages
April 14th, 2010 No Comments Posted in Documents
Memory Management
Using sparse matrices to store data that contains a large number of zero-valued elements can both save a significant amount of memory and speed up the processing of that data. sparse is an attribute that you can assign to any two-dimensional MATLAB matrix that is composed of double or logical elements. Read More
Importing MAT-Files
April 14th, 2010 No Comments Posted in Documents
Viewing the Contents of a MAT-File
MAT-files are binary MATLAB format files that store workspace variables. Read More