Contents     Functions         Previous Next     PDF Index

ex2sdt

Purpose

Interface between EXCITE and SDT (part of FEMLink).

Syntax

  ex2sdt('read',FileName);
  ex2sdt('post');

read[*.cff, *.gid]

ex2sdt('Read','fname.cff') % Read .cff file and display in feplot

This command can be used to read some Excite specific output files :

ConvertAsMat

ex2sdt('ConvertAsMat') This command aims to convert all Excite results of a given directory as SDT mat files (typically RO mdl and def variables) that can be explorated and post treated through the ex2sdt UIScan command.

  sdtroot('SetProject',struct('ProjectWd','projectpath','root','resultroot'))
  ex2sdt('Post')

First a root project must be opened, defining at least :

The result folder must contains

UIScan

ex2sdt('UIScan') This command can be used to scan a given directory (defined in the Project tab) and then perform some post-treatment (compute campbell diagrams and animate displacements or velocities as color map,...) and explorate data through UI.

TextOp4

This command is experimental.
ex2sdt('TextOp4','filename_X2OA.OUT4')
It aims to convert an ascii X20A.OUT4 file, to a binary HDF .mat file. This operation is bufferized so that the 2 GB memory limitation of old 32 bits Matlab can be bypassed.

See also

FEMLink


©1991-2019 by SDTools
Previous Up Next