matlab-schemer
matlab-schemer copied to clipboard
Added default scheme path to uigetfile dialog, with safe fallback.
Provided a function getSchemeDialogPathSafely() and use it to set the default folder for the uigetfile dialog box.
The function finds thisFilePath (the containing folder of schemer_import.m) and then returns thisFilePath/schemes/, or if that folder doesn't exists, then it returns thisFilePath.