COM-Interface or a similar interface

User: "Rahul_P1"
Altair Employee
Updated by Rahul_P1

Hi all,

Is it possible to have an interface (maybe a COM-interface) between Matlab (for example) and Hypermesh, where Matlab is the server and Hypermesh has a client role?

I want to generate fixed nodes at a specific coordinate for example. This coordinate is known within a matlab script and should be transfered to Hypermesh.
Matlab provides the possibility to communicate via a COM-interface with other programs.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Rahul_P1"
    Altair Employee
    OP
    Updated by Rahul_P1

    Hi JL,

    If you can output a text file from matlab you can then create nodes from this text file using a script, you can find such a script from our script exchange.
    j313n-Capture.PNG

    Since HyperMesh is customized and interfaced using TCL,

    Please see http://WIKI.TCL.TK/4135. 'It's the MATLAB page of the tcler's wiki'

    'You can find links to packages dealing with tcl<->matlab interaction and hints on DDE and COM if you are working on windows platforms'