Hello,
I let you code in python. I hope you can translate it to matlab:
------------------------------------------------------------------------
import os
import sys
import comtypes.client
#create API helper object
helper = comtypes.client.CreateObject('SAP2000v1.Helper')
helper =...
Hello,
I've had problems for obtaining step-by-step displacements for time history analysis (and also other people has struggled with that: https://www.eng-tips.com/viewthread.cfm?qid=457375)
Following OAPI documentation, normal code (in python) would be something like...