Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Recent content by sajeer379mms

  1. sajeer379mms

    SAP2000 using MATLAB, import section .pro file

    Hi Friends, I'm using Sap2000 OAPI from Matlab now I know how to open, run, save, hide, close ie, this is my code, %% clean-up the workspace & command window clear; clc; %% pass data to Sap2000 as one-dimensional arrays feature('COM_SafeArraySingleDim', 1); %% pass non-scalar arrays to Sap2000...
  2. sajeer379mms

    SAP2000 API using MATLAB

    Hi Friends, I'm using Sap2000 OAPI from Matlab now I know how to open, run, save, hide, close ie, this is my code, %% clean-up the workspace & command window clear; clc; %% pass data to Sap2000 as one-dimensional arrays feature('COM_SafeArraySingleDim', 1); %% pass non-scalar arrays to Sap2000...
  3. sajeer379mms

    SAP2000 API getnamelist [matlab]

    Hi Friends, I'm using Sap2000 OAPI from Matlab now I know how to open, run, save, hide, close ie, this is my code, %% clean-up the workspace & command window clear; clc; %% pass data to Sap2000 as one-dimensional arrays feature('COM_SafeArraySingleDim', 1); %% pass non-scalar arrays to Sap2000...
  4. sajeer379mms

    i want run sap2000 from matlab and show results in matlab

    Hi Friends, I'm using Sap2000 OAPI from Matlab now I know how to open, run, save, hide, close ie, this is my code, %% clean-up the workspace & command window clear; clc; %% pass data to Sap2000 as one-dimensional arrays feature('COM_SafeArraySingleDim', 1); %% pass...

Part and Inventory Search

Back
Top