Community Profile

photo

George Papazafeiropoulos


Last seen: 1 día hace Con actividad desde 2012

Major, Infrastructure Engineer, Hellenic Air Force Civil Engineer, M.Sc., Ph.D.

Estadísticas

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • Commenter
  • Promoter
  • Explorer
  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Content Feed

Ver por

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 |

Thumbnail

Enviada


GameTheoryMatlab
Solve games in game theory

11 meses hace | 3 descargas |

Respondida
Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function

12 meses hace | 0

Respondida
Removing rows with empty values in table
AllHitMov(1:6393,:)=[];

12 meses hace | 0

Respondida
multiple correlation
Check the function regress()

más de 1 año hace | 0

Respondida
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 |

Thumbnail

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 |

Thumbnail

Enviada


ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum

casi 4 años hace | 1 descarga |

Thumbnail

Enviada


Eigenquake simulation
Earthquake ground motion simulation using eigenquakes

casi 4 años hace | 1 descarga |

Respondida
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 |

Thumbnail

Enviada


Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab

alrededor de 6 años hace | 48 descargas |

Thumbnail

Respondida
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

Respondida
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

Respondida
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 |

Thumbnail

Respondida
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

Respondida
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

Resuelto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

casi 7 años hace

Cargar más