I am working with a MATLAB project and want to be able to customize variables and paths without having to recreate an executable file (currently performed using the MATLAB built-in deployment tool). I understand that I can create a simple text file by specifying key = value pairs and reading this at runtime. There seems to be no built-in support in MATLAB for creating configuration files that follow standard formats.
Are there standard ways to use configuration files for executables generated by MATLAB?
source
share