I updated my SAP2000 from v14 to v21, and found that my old MATLAB API code doesn't work any more. I'am trying to update my code, and got stucked.
My original code is like this:
ret = SapModel.PropLink.SetDamper("D1", MyDOF, MyFixed, MyNonLinear, MyKe, MyCe, MyK, MyC, MyCexp, 1, 0);
The...