DIANA TNO - Python - Matlab -
i have model in diana tno, , wondering if perhaps exist way execute software python (more information click here) or matlab?
the final idea able create projects / create , run analysis / process results matlab and/or python.
honestly haven't found helpful information it, contribution welcome.
thanks in advance!
i found answer, , hope helpful whatever purposes.
there steps:
- create .bat next information (for creating .bat, open notepad file , after save it, change extension .bat):
rem === diana environment setup === call "c:\program files\diana 9.6\dialogin.bat" diana q8axi
create .dat, has information of model, here example.
create .dcf, specified detail of analysis want perform. here , example.
in matlab, create script next information:
clc, clear all, close dos('name.bat')
note: it's important take account previous files (.bat .dat .dcf) got have same name.
- finally, save , run matlab file in same folder located others files.
now able run parametric analysis between matlab , diana tno.
Comments
Post a Comment