
George Papazafeiropoulos
Major, Infrastructure Engineer, Hellenic Air Force Civil Engineer, M.Sc., Ph.D.
Estadísticas
CLASIFICACIÓN
590
of 281.526
REPUTACIÓN
116
CONTRIBUCIONES
0 Preguntas
65 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
23
CLASIFICACIÓN
393 of 19.045
REPUTACIÓN
4.016
EVALUACIÓN MEDIA
4.40
CONTRIBUCIONES
23 Archivos
DESCARGAS
191
ALL TIME DESCARGAS
36407
CLASIFICACIÓN
6.903
of 133.751
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
Content Feed
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)...
7 meses hace | 2 descargas |
Enviada
OpenSeismoMatlab
Open source software for strong ground motion data processing
10 meses hace | 38 descargas |

Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function
12 meses hace | 0
Multiple correlation coefficient - R, R^2
Check the function regress()
más de 1 año hace | 0
Enviada
NonLinDRHAMatlab
Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems
más de 1 año hace | 5 descargas |
Enviada
LinDRHAMatlab
Linear dynamic response history analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks...
casi 2 años hace | 1 descarga |
Enviada
DRSAMatlab
Dynamic response spectrum analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc....
casi 2 años hace | 4 descargas |
Enviada
Neural Network Optimization
Nonlinear least square minimization using a virtual Artificial Neural Network coupled with a genetic algorithm
casi 2 años hace | 17 descargas |
Enviada
PEER Ground Motion Editor
Read and resample earthquake record time histories from the Pacific Earthquake Engineering Research Center (PEER) Ground Motion ...
más de 3 años hace | 6 descargas |
Enviada
Matlab_Abaqus_10_Bar_Truss
Program for the solution of the 10-bar truss problem using linking between Abaqus and Matlab
casi 4 años hace | 1 descarga |

Enviada
Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab
casi 4 años hace | 3 descargas |

Enviada
ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum
casi 4 años hace | 1 descarga |

Enviada
Eigenquake simulation
Earthquake ground motion simulation using eigenquakes
casi 4 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...
alrededor de 4 años hace | 0
Enviada
Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points
casi 5 años hace | 2 descargas |
Enviada
OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing
más de 5 años hace | 5 descargas |

Enviada
Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab
alrededor de 6 años hace | 48 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']) %...
alrededor de 6 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 6 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...
más de 6 años hace | 0
Enviada
Arc-length method
Finds the roots of a function using the arc-length method
más de 6 años hace | 17 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 7 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 7 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 7 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 7 años hace
Resuelto
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
casi 7 años hace