I downloaded the AD9635 model and run the Main.m script.
I get the following error using Matlab R2025a version
Colon operands must be real scalars.
Error in MOTIF_if/getChildren (line 348)
element = xmlString(2:firstChildIdx-2);
^
Error in MOTIF_if/queryPropValues (line 178)
queryPropsElements = MOTIF_if.getChildren(response);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in Main (line 54)
props = m.queryPropValues();
^^^^^^^^^^^^^^^^^^^