interaction between matlab and SAP2000?
34 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Abdelrahman Taha
el 20 de En. de 2020
Editada: Walter Roberson
el 27 de Sept. de 2023
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
Respuesta aceptada
Walter Roberson
el 21 de En. de 2020
Tutorials and references do not exist for that topic.
Few tutorials and references exist for use of ActiveX controls in general.
There are two examples available:
There is also relevant material at
0 comentarios
Más respuestas (2)
Reza
el 15 de Ag. de 2020
Editada: Reza
el 17 de Ag. de 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 comentarios
Walter Roberson
el 26 de Jun. de 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)) ;
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!