MATLAB - File I/O
Which MATLAB command loads all variables from a MAT file named
experiment.mat into the workspace?experiment.mat into the workspace?load command is used to read variables from a MAT file into the workspace.load('experiment.mat') loads all variables stored in the file.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions