Page 1 of 1

Connecting Matlab to ED

Posted: Wednesday 15 April, 2020 - 19:50
by hanipourvaziri
Hello everyone,

I'm working on a project in which I have to connect ED to a Genetic algorithm coded in Matlab.
The Matlab should control the ED: start simulation model, give some initial parameters to the simulation model, run it and get the results.

Have you some suggestions how to connect these softwares?

Thanks to all in advance

Re: Connecting Matlab to ED

Posted: Thursday 16 April, 2020 - 10:04
by Fred
Hi Hani,

I think MATLAB supports ActiveX. Using ActiveX is probably the easiest way to do it, but that requires a license. A student version does not support this.

Another option would be to start Enterprise Dynamics and create a function that will read a XML file with your parameters.

Gr. Fred...