Hi,
I am using the following code to obtain the displacement
NumberResults = zeros (1,1, 'double');
Obj = {' '};
Elm = {' '};
LoadCase = {' '};
StepType = {' '};
StepNum = zeros(1,1,'double');
U1 =zeros(1,1,'double')...
hi.
I have a two-dimensional frame model Sp2000
I want to read data from SAP 2000 with MATLAB
How can I do it?
MATLAB code by reading data from SAP ....
Thank you
Hi .
I have written this code.
This code sap2000 Analysis and design side was open.
I want a command to write something that I would like to take the weight of the structure.
Or tension elements
Or displacement floors.
How can I do it?
What's the code?
clear all
close all;
clc...
Hi .
I am using this code to add steel sections.
%% Import new frame section property
ret = SapModel.PropFrame.ImportProp ('IPE180', steel, Sections8.pro, 'IPE180');
But this error was finished
Undefined function or variable 'steel'.
Error in new (line 189)
ret =...