Matlab’s .fig figure files: how not use them!
Note to self.
Do not save images as Matlab .fig files, then come back to them a year later and expect them to be editable! A much better idea is to save the script that generates the plots instead! At least this way if you don’t have Matlab then you can recover the data manually, or [...]