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!

Add steel sections with MATLAB 1

Status
Not open for further replies.

samcivil23

Structural
Joined
May 9, 2013
Messages
4
Location
IR
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 = SapModel.PropFrame.ImportProp ('IPE180', steel,
Sections8.pro, 'IPE180');

Where is the problem?
 
Hi
because Sap2000 doesn't cache letter. in this code u should use variable or instead of this, define steel as a variable.
i think in manual of Sap explain that u use 1 for steel material and 2 for concrete.
that's ok?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top