Estimate SMCTP model from an observed rainflow matrix. |
01 function [X] = tr_m2x(M) 02 % TR_M2X Transform Model-structure to X-vector. 03 % 04 % CALL: X = tr_m2x(M) 05 % 06 % See also tr_x2m, estsmctp 07 08 X = [M.x0'; log(M.s); log(M.lam)]; 09 return
Comments or corrections to the WAFO group