Feeds
已提交
Computational Geometry Toolbox
Convex hull, mesh generation, Delaunay triangulation, Voronoi diagram and other algorithms.
9 months 前 | 30 次下载 |
已回答
Why images are displayed twice when using the publish function in a word
Some other fixes, if the answer by Richard Quist does not work: 1) Use figure() instead of figure(i) (where i is the figure num...
Why images are displayed twice when using the publish function in a word
Some other fixes, if the answer by Richard Quist does not work: 1) Use figure() instead of figure(i) (where i is the figure num...
1 year 前 | 0
已提交
Clustered Energy Based Modal Assurance Criterion (CEMAC)
Implementation of the Clustered Energy Based Modal Assurance Criterion (CEMAC) based on the journal paper by Brehm et al. (2010)...
1 year 前 | 1 次下载 |
已回答
Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function
Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function
2 years 前 | 0
已提交
NonLinDRHAMatlab
Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems
3 years 前 | 5 次下载 |
已提交
LinDRHAMatlab
Linear dynamic response history analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks...
3 years 前 | 5 次下载 |
已提交
DRSAMatlab
Dynamic response spectrum analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc....
3 years 前 | 3 次下载 |
已提交
Neural Network Optimization
Nonlinear least square minimization using a virtual Artificial Neural Network coupled with a genetic algorithm
3 years 前 | 10 次下载 |
已提交
PEER Ground Motion Editor
Read and resample earthquake record time histories from the Pacific Earthquake Engineering Research Center (PEER) Ground Motion ...
5 years 前 | 2 次下载 |
已提交
Matlab_Abaqus_10_Bar_Truss
Program for the solution of the 10-bar truss problem using linking between Abaqus and Matlab
5 years 前 | 4 次下载 |
已提交
Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab
5 years 前 | 1 次下载 |
已提交
ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum
5 years 前 | 3 次下载 |
已回答
How to apply neural networks for multiple experimental data
Dear Bharat, I have checked your code segment and I have assigned arbitrary values to the variables that are undefined in it. I...
How to apply neural networks for multiple experimental data
Dear Bharat, I have checked your code segment and I have assigned arbitrary values to the variables that are undefined in it. I...
5 years 前 | 0
已提交
Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points
6 years 前 | 2 次下载 |
已提交
OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing
6 years 前 | 5 次下载 |
已提交
Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab
7 years 前 | 81 次下载 |
已回答
Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...
Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...
7 years 前 | 0
已回答
how to call abaqus using matlab for iterative process?
You should access the abaqus results (*.fil) file via MATLAB. In order to take your results into a fil file you should specify...
how to call abaqus using matlab for iterative process?
You should access the abaqus results (*.fil) file via MATLAB. In order to take your results into a fil file you should specify...
7 years 前 | 0
已回答
Negative eigenvalues with frequency analysis related to ABAQUS
Dear Xiaohan, You can perform the eigenfrequency analysis in Abaqus as usual and then extract the analysis results using Abaq...
Negative eigenvalues with frequency analysis related to ABAQUS
Dear Xiaohan, You can perform the eigenfrequency analysis in Abaqus as usual and then extract the analysis results using Abaq...
8 years 前 | 0
已提交
Arc-length method
Finds the roots of a function using the arc-length method
8 years 前 | 14 次下载 |
已回答
How to call abaqus from matlab?
!abaqus job=job_1 without the extension (*.inp). If you want to obtain the results of this analysis back to Matlab, then you hav...
How to call abaqus from matlab?
!abaqus job=job_1 without the extension (*.inp). If you want to obtain the results of this analysis back to Matlab, then you hav...
8 years 前 | 0
已回答
Abaqus and Matlab (Optimising the simulation parameters in Matlab by calling Abaqus as external subroutine)
You can use the new toolbox developed to serve as an interface between Abaqus and Matlab, which is Abaqus2Matlab. With this tool...
Abaqus and Matlab (Optimising the simulation parameters in Matlab by calling Abaqus as external subroutine)
You can use the new toolbox developed to serve as an interface between Abaqus and Matlab, which is Abaqus2Matlab. With this tool...
8 years 前 | 0
已解决
make an eye matrix which element is 1:n
for a given input n, make an n by n matrix which contains elements 1:n for example input =5 output = [1 0 0 0 0;0 2 0 0 0; 0...
8 years 前
已解决
basics -making a matrix
make a matrix which contains input x as the last element. the intervals should be +1 ex) input = 5 output= [0 1 2 3 4 5] ex)...
8 years 前