
George Papazafeiropoulos
Major, Infrastructure Engineer, Hellenic Air Force Civil Engineer, M.Sc., Ph.D.
Statistics
RANK
567
of 273 469
REPUTATION
116
CONTRIBUTIONS
0 Questions
65 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
23
RANK
403 of 18 459
REPUTATION
3 847
AVERAGE RATING
4.40
CONTRIBUTIONS
22 Files
DOWNLOADS
172
ALL TIME DOWNLOADS
34762
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
OpenSeismoMatlab
Open source software for strong ground motion data processing
2 månader ago | 45 downloads |

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

Submitted
Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab
ungefär 3 år ago | 1 download |

Submitted
ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum
ungefär 3 år ago | 2 downloads |

Submitted
Eigenquake simulation
Earthquake ground motion simulation using eigenquakes
ungefär 3 år ago | 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...
mer än 3 år ago | 0
Submitted
Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points
mer än 4 år ago | 7 downloads |
Submitted
OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing
nästan 5 år ago | 5 downloads |

Submitted
Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab
mer än 5 år ago | 33 downloads |

Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...
mer än 5 år ago | 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...
mer än 5 år ago | 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...
nästan 6 år ago | 0
Submitted
Arc-length method
Finds the roots of a function using the arc-length method
ungefär 6 år ago | 15 downloads |

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...
ungefär 6 år ago | 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...
ungefär 6 år ago | 0
Solved
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...
ungefär 6 år ago
Solved
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)...
ungefär 6 år ago
Solved
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...
ungefär 6 år ago
Solved
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 ...
ungefär 6 år ago