In MATLAB, I would like to be able to save (and re-open) MATLAB-files using a different extension than .mat (e.g. 'file.settings' / 'file.data' / etc.) so that, e.g., the file 'file.settings' is really a 'file.mat' in disguise.
How can this be accomplished?