MATLAB: Are Java Properties files supported by MATLAB 7.0 (R14)

javaMATLABpropertiespropertysupportxml

MATLAB does not seem to have the equivalent of a Properties file (whether in the format of Java properties or an XML-file). The Java properties file can be used to allow separation of parameter values from code.

Best Answer

The MATLAB equivalent to the Java properties file is the XMLREAD function. It can parse an XML document and return a Document Object Model node.
For more information on the XMLREAD function, review the help documentation by typing the following at the MATLAB prompt:
web([docroot,'/techdoc/ref/xmlread.html'])