interaction between matlab and SAP2000?

54 visualizzazioni (ultimi 30 giorni)
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 Commenti
Reza
Reza il 26 Mag 2021
Hi
Please see SM Toolbox.
regards

Accedi per commentare.

Risposta accettata

Walter Roberson
Walter Roberson il 21 Gen 2020

Più risposte (2)

Reza
Reza il 15 Ago 2020
Modificato: Reza il 17 Ago 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 Commenti
Walter Roberson
Walter Roberson il 26 Giu 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 il 2 Lug 2022
Thank's a lot!

Accedi per commentare.


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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by