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=logical(zeros(6,1));
Fixed=logical(zeros(6,1));
Ke=[1e8; 1e8; 1e8; 1e8; 1e8; 1e8];
Ce=(zeros(6,1));
ret =...
Hi everyone,
I was wondering if it is possible to get both the mass and stiffness matrices from SAP.Quoting from SAP manual:
"With the Advanced Solver option, check the Output Mass and Stiffness Text Files check box and then select a case name from the Case Name drop-down list to specify the...