Connecting Matlab to ED

All topics on coding 4Dscript in Enterprise Dynamics.
Post Reply
hanipourvaziri
Posts: 1
Joined: Thursday 18 January, 2018 - 14:21

Connecting Matlab to ED

Post 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
User avatar
Fred
Posts: 22
Joined: Wednesday 17 November, 2010 - 12:06

Re: Connecting Matlab to ED

Post 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...
Post Reply