Statistiques
RANG
654
of 297 589
RÉPUTATION
118
CONTRIBUTIONS
0 Questions
66 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
24
RANG
355 of 20 461
RÉPUTATION
4 441
CLASSEMENT MOYEN
4.40
CONTRIBUTIONS
23 Fichiers
TÉLÉCHARGEMENTS
179
ALL TIME TÉLÉCHARGEMENTS
40131
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
OpenSeismoMatlab
Software for strong ground motion data processing
12 mois il y a | 29 téléchargements |

A soumis
Computational Geometry Toolbox
Convex hull, mesh generation, Delaunay triangulation, Voronoi diagram and other algorithms.
environ un an il y a | 9 téléchargements |

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...
plus d'un an il y a | 0
A soumis
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)...
environ 2 ans il y a | 1 téléchargement |
Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function
plus de 2 ans il y a | 0
Removing rows with empty values in table
AllHitMov(1:6393,:)=[];
plus de 2 ans il y a | 0
Multiple correlation coefficient - R, R^2
Check the function regress()
presque 3 ans il y a | 0
A soumis
NonLinDRHAMatlab
Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems
environ 3 ans il y a | 7 téléchargements |
A soumis
LinDRHAMatlab
Linear dynamic response history analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks...
environ 3 ans il y a | 2 téléchargements |
A soumis
DRSAMatlab
Dynamic response spectrum analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc....
environ 3 ans il y a | 2 téléchargements |
A soumis
Neural Network Optimization
Nonlinear least square minimization using a virtual Artificial Neural Network coupled with a genetic algorithm
plus de 3 ans il y a | 6 téléchargements |
A soumis
PEER Ground Motion Editor
Read and resample earthquake record time histories from the Pacific Earthquake Engineering Research Center (PEER) Ground Motion ...
environ 5 ans il y a | 4 téléchargements |
A soumis
Matlab_Abaqus_10_Bar_Truss
Program for the solution of the 10-bar truss problem using linking between Abaqus and Matlab
plus de 5 ans il y a | 2 téléchargements |

A soumis
Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab
plus de 5 ans il y a | 1 téléchargement |

A soumis
ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum
plus de 5 ans il y a | 2 téléchargements |

A soumis
Eigenquake simulation
Earthquake ground motion simulation using eigenquakes
plus de 5 ans il y a | 1 téléchargement |
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...
plus de 5 ans il y a | 0
A soumis
Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points
plus de 6 ans il y a | 1 téléchargement |
A soumis
OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing
presque 7 ans il y a | 5 téléchargements |

A soumis
Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab
plus de 7 ans il y a | 50 téléchargements |

Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...
plus de 7 ans il y a | 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...
presque 8 ans il y a | 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...
environ 8 ans il y a | 0
A soumis
Arc-length method
Finds the roots of a function using the arc-length method
environ 8 ans il y a | 14 téléchargements |

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...
plus de 8 ans il y a | 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...
plus de 8 ans il y a | 0
A résolu
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...
plus de 8 ans il y a
A résolu
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)...
plus de 8 ans il y a