The STATEMAT_WRITE (Object, string, double, double, double, double) function write the state matrices A, B, C and D to file.
Format
STATEMAT_WRITE (Object, string, double, double, double, double)
Arguments
Object | State matrix object |
String | File prefix |
double | Cut off frequency, if 0.0 then writes for all frequencies. |
double | Root flag |
double | Dummy (not used) |
double | Dummy (not used) |
Examples
STATEMAT_WRITE(.onedof.VibrationAnalysis_1_analysis.STMAT_1,"stMAT",0.0,1.0,0.0,0.0)
This function builder function will write stMAT_a, stMAT_b, stMAT_c, and stMAT_d files in working directory.