Contents  
Functions  
 
 PDF Index |
Deformations resulting from finite element computations (fe_eig, fe_load, …) are described by a structure with fields
| .def | deformations (NDOF by NDef matrix) |
| .DOF | DOF definition vector |
| .data | (optional) matrix of numbers characterizing the content of each deformation (frequency, time step, ...) |
| .opt | options |
| .fun | function description [Model Analysis Field FieldType Format NDV]. This is based on the UNV 55 format detailed below. |
| .lab | (optional) cell array of strings characterizing the content of each deformation. |
| .LabFcn | (optional) string to be interpreted defining the label of each channel using local variable ch (number of the channel currently displayed in feplot). For example 'sprintf(''t=%.2f ms'',def.data(ch)*1000)' |
| .label | string describing the content |
| .scale | (optional) string describing the content |
The .fun field is a numeric row with values (a typical value for static responses is def.fun=[0 1 0])
SDT provides a number of utilities to manipulate deformation structures. In particular you should use