Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lisandrojim

    Error AreaStressShell MATLAB - SAP2000 API

    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...
  2. lisandrojim

    DIANA TNO FEA - Python - MATLAB

    Hello again! I found the answer, it is presented here. Best, L
  3. lisandrojim

    DIANA TNO FEA - Python - MATLAB

    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...
  4. lisandrojim

    DIANA TNO FEA - Python - MATLAB

    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...
  5. lisandrojim

    ETABS - MATLAB API

    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(' ')...
Back
Top