Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock 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
May 9, 2013
4
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