interaction between matlab and SAP2000?

54 次查看(过去 30 天)
Hi,
I want to call CSI SAP2000 in matlab using the SAP2000 OAPI, but i can't find any documentation on how to do that. The CSI documentation includes examples on how to do it in Visual basic only. Any help with finding some reference or tutorial would be highly appreciated.
Thanks
  3 个评论

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2020-1-21

更多回答(2 个)

Reza
Reza 2020-8-15
编辑:Reza 2020-8-17
There is a toolbox,called SM,that can call SAP2000(CSiBRiDGE) in MATLAB,
Follow the below link to make connection between SAP2000(CSiBRiDGE) and MATLAB
  5 个评论
Walter Roberson
Walter Roberson 2022-6-26
The SM code you found is not compatible with your version of MATLAB.
However you might be able to get away with
function found = contains(base, pattern)
found = ~isempty(strfind(base, pattern)) ;

请先登录,再进行评论。


Mohammad Sadegh Eshaghi
You can find a comprehensive example in the link: https://github.com/eshaghi-ms/MATLAB-and-SAP2000

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by