フィルターのクリア

interaction between matlab and SAP2000?

35 ビュー (過去 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 Center および File ExchangeActiveX についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by