Estadística
CLASIFICACIÓN
640
of 295.467
REPUTACIÓN
118
CONTRIBUCIONES
0 Preguntas
66 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
24
CLASIFICACIÓN
359 of 20.234
REPUTACIÓN
4.370
EVALUACIÓN MEDIA
4.40
CONTRIBUCIONES
23 Archivos
DESCARGAS
236
ALL TIME DESCARGAS
39421
CLASIFICACIÓN
8.412
of 153.912
CONTRIBUCIONES
0 Problemas
86 Soluciones
PUNTUACIÓN
650
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
OpenSeismoMatlab
Software for strong ground motion data processing
8 meses hace | 38 descargas |
Enviada
Computational Geometry Toolbox
Convex hull, mesh generation, Delaunay triangulation, Voronoi diagram and other algorithms.
9 meses hace | 30 descargas |
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...
alrededor de 1 año hace | 0
Enviada
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)...
más de 1 año hace | 1 descarga |
Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function
alrededor de 2 años hace | 0
Removing rows with empty values in table
AllHitMov(1:6393,:)=[];
alrededor de 2 años hace | 0
Multiple correlation coefficient - R, R^2
Check the function regress()
más de 2 años hace | 0
Enviada
NonLinDRHAMatlab
Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems
casi 3 años hace | 5 descargas |
Enviada
LinDRHAMatlab
Linear dynamic response history analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks...
casi 3 años hace | 5 descargas |
Enviada
DRSAMatlab
Dynamic response spectrum analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc....
casi 3 años hace | 3 descargas |
Enviada
Neural Network Optimization
Nonlinear least square minimization using a virtual Artificial Neural Network coupled with a genetic algorithm
casi 3 años hace | 10 descargas |
Enviada
PEER Ground Motion Editor
Read and resample earthquake record time histories from the Pacific Earthquake Engineering Research Center (PEER) Ground Motion ...
casi 5 años hace | 2 descargas |
Enviada
Matlab_Abaqus_10_Bar_Truss
Program for the solution of the 10-bar truss problem using linking between Abaqus and Matlab
casi 5 años hace | 4 descargas |
Enviada
Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab
casi 5 años hace | 1 descarga |
Enviada
ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum
casi 5 años hace | 3 descargas |
Enviada
Eigenquake simulation
Earthquake ground motion simulation using eigenquakes
casi 5 años hace | 1 descarga |
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...
más de 5 años hace | 0
Enviada
Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points
alrededor de 6 años hace | 2 descargas |
Enviada
OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing
más de 6 años hace | 5 descargas |
Enviada
Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab
más de 7 años hace | 81 descargas |
Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...
más de 7 años hace | 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...
más de 7 años hace | 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...
casi 8 años hace | 0
Enviada
Arc-length method
Finds the roots of a function using the arc-length method
casi 8 años hace | 14 descargas |
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...
casi 8 años hace | 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...
casi 8 años hace | 0
Resuelto
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...
casi 8 años hace
Resuelto
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)...
casi 8 años hace