Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

The output of sap2000 by MATLAB

Status
Not open for further replies.

samcivil23

Structural
Joined
May 9, 2013
Messages
4
Location
IR
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
feature('COM_SafeArraySingleDim', 1)
feature('COM_PassSafeArrayByRef', 1)
SapObject = actxserver('sap2000v15.SapObject')
SapObject.ApplicationStart
SapModel = SapObject.SapModel
ret= SapModel.File.OpenFile('E:\new\1.sdb')
ret = SapModel.Analyze.RunAnalysis;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top