Hello!
I want to get the stresses of a shell element in SAP2000 from MATLAB. Using the API MATLAB-SAP2000 I managed to create the code below. However, I get the following error:
No method 'AreaStressShell' with matching signature found for class...
Hello!
I have a model in DIANA TNO, and I was wondering if perhaps exist a way to execute the software from Python (more information click here) or MATLAB?
The final idea is to be able to create projects / create and run analysis / process the results from MATLAB and/or Python.
Honestly I...
Hello!
I'm starting using the API MATLAB-ETABS, and I found an error which I hope you can help me to solve, next you'll find the code of the example:
clc, clear all, close all
NumberResults = NaN;
Obj = cellstr(' ');
Elm = cellstr(' ');
LoadCase = cellstr(' ');
StepType= cellstr(' ')...