SDE can load data variables from an external dat file (via the externalDatfiles array in the spec file). Currently SDE does not have full support for data variables that contain one or more subscripts/dimensions, but could be supported by expanding the existing implementation in generateData in EquationGen.js.
SDE can load data variables from an external dat file (via the
externalDatfilesarray in the spec file). Currently SDE does not have full support for data variables that contain one or more subscripts/dimensions, but could be supported by expanding the existing implementation ingenerateDatainEquationGen.js.