interaction between matlab and SAP2000?

조회 수: 57 (최근 30일)
Abdelrahman Taha
Abdelrahman Taha 2020년 1월 20일
편집: Walter Roberson 2023년 9월 27일
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
Reza
Reza 2021년 5월 26일
Hi
Please see SM Toolbox.
regards
Mohammad Sadegh Eshaghi
Mohammad Sadegh Eshaghi 2023년 9월 27일
You can find a comprehensive example in the link: https://github.com/eshaghi-ms/MATLAB-and-SAP2000

댓글을 달려면 로그인하십시오.

채택된 답변

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)) ;
Daniel
Daniel 2022년 7월 2일
Thank's a lot!

댓글을 달려면 로그인하십시오.


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

카테고리

Help CenterFile Exchange에서 ActiveX에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by