Hi All,
Any tips on how turn the following matlab code into python code?
The main goal is to implement DDE in python as implemented in matlab on the example below.
% This file shows how EES and MATLAB can be coupled through file transfer
%% First start a DDE conversation between MATLAB and...
Thank you for your responses, this actually helped a lot.
C:\EES32\EES.EXE myEESFile.EES /solve
The issue was i was using the wrong EES license(commercial).
I have been reading about the DDE implementation in matlab, and trying to find out how to write EES results to matlab memory/variable...