This tag refers to Matlab's `load` command for loading data from mat-files. DO NOT USE LOAD TAG FOR THESE QUESTIONS.
Matlab uses a special format mat-file to store data to files on disk.
The load
command is used to read previously stored mat-files to memory for further processing.
Do not confuse this tag with load (which is used for CPU load related questions).