Hello!
I've been trying to change the properties of an existing linear link in SAP2000 using the API and MATLAB
I'm trying this in MATLAB:
DOF=[true;true;true;true;true;true];
Fixed=[false;true;true;true;true;true];
Ke = zeros(6,1,'double');
Ce = zeros(6,1,'double');
Ke(1) =32987;
PropLink...