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...
Thanks to all of you for your positive and gentile replays. I want to offer my apologies if maybe I wasn't clear with my first post. I'll try to be more clear this time:
1. DIANA TNO is a software for perform finite element analysis. The model, the analysis settings and the results can be saved...
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(' ')...