Effacer les filtres
Effacer les filtres

interaction between matlab and SAP2000?

45 vues (au cours des 30 derniers jours)
Abdelrahman Taha
Abdelrahman Taha le 20 Jan 2020
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 commentaires
Reza
Reza le 26 Mai 2021
Hi
Please see SM Toolbox.
regards
Mohammad Sadegh Eshaghi
Mohammad Sadegh Eshaghi le 27 Sep 2023
You can find a comprehensive example in the link: https://github.com/eshaghi-ms/MATLAB-and-SAP2000

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 21 Jan 2020

Plus de réponses (2)

Reza
Reza le 15 Août 2020
Modifié(e) : Reza le 17 Août 2020
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 commentaires
Walter Roberson
Walter Roberson le 26 Juin 2022
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 le 2 Juil 2022
Thank's a lot!

Connectez-vous pour commenter.


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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by