vecr.m 57 B

12345
  1. function z=vecr(fit)
  2. z = fit.fit_points.kappa;
  3. return;