
George Papazafeiropoulos
Major, Infrastructure Engineer, Hellenic Air Force Civil Engineer, M.Sc., Ph.D.
Statistics
RANK
566
of 273.243
REPUTAZIONE
116
CONTRIBUTI
0 Domande
65 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
23
RANK
404 of 18.450
REPUTAZIONE
3.841
VALUTAZIONE MEDIA
4.40
CONTRIBUTI
22 File
DOWNLOAD
165
ALL TIME DOWNLOAD
34718
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Inviato
OpenSeismoMatlab
Open source software for strong ground motion data processing
2 mesi fa | 37 download |

Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function
4 mesi fa | 0
Inviato
NonLinDRHAMatlab
Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems
circa un anno fa | 4 download |
Inviato
LinDRHAMatlab
Linear dynamic response history analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks...
circa un anno fa | 5 download |
Inviato
DRSAMatlab
Dynamic response spectrum analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc....
circa un anno fa | 4 download |
Inviato
Neural Network Optimization
Nonlinear least square minimization using a virtual Artificial Neural Network coupled with a genetic algorithm
circa un anno fa | 13 download |
Inviato
PEER Ground Motion Editor
Read and resample earthquake record time histories from the Pacific Earthquake Engineering Research Center (PEER) Ground Motion ...
circa 3 anni fa | 5 download |
Inviato
Matlab_Abaqus_10_Bar_Truss
Program for the solution of the 10-bar truss problem using linking between Abaqus and Matlab
circa 3 anni fa | 2 download |

Inviato
Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab
circa 3 anni fa | 1 download |

Inviato
ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum
circa 3 anni fa | 2 download |

Inviato
Eigenquake simulation
Earthquake ground motion simulation using eigenquakes
circa 3 anni fa | 1 download |
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...
oltre 3 anni fa | 0
Inviato
Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points
circa 4 anni fa | 7 download |
Inviato
OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing
circa 5 anni fa | 5 download |

Inviato
Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab
oltre 5 anni fa | 32 download |

Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...
oltre 5 anni fa | 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...
oltre 5 anni fa | 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...
circa 6 anni fa | 0
Inviato
Arc-length method
Finds the roots of a function using the arc-length method
circa 6 anni fa | 12 download |

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...
circa 6 anni fa | 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...
circa 6 anni fa | 0
Risolto
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...
circa 6 anni fa
Risolto
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)...
circa 6 anni fa
Risolto
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...
circa 6 anni fa
Risolto
surrounded centroid
create a [n*n] matrix. n must be odd number. its centroid is n which is surrounded by n-1. example: surround(5)= 1 2 ...
circa 6 anni fa