Community Profile

photo

George Papazafeiropoulos


Last seen: 7일 전 2012년부터 활동

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

통계

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

배지 보기

Content Feed

보기 기준

제출됨


Computational Geometry Toolbox
Convex hull, mesh generation, Delaunay triangulation, Voronoi diagram and other algorithms.

대략 1개월 전 | 다운로드 수: 25 |

Thumbnail

제출됨


OpenSeismoMatlab
Software for strong ground motion data processing

3개월 전 | 다운로드 수: 43 |

Thumbnail

답변 있음
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...

5개월 전 | 0

제출됨


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)...

대략 1년 전 | 다운로드 수: 1 |

제출됨


GameTheoryMatlab
Solve games in game theory

1년 초과 전 | 다운로드 수: 4 |

답변 있음
Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function

1년 초과 전 | 0

답변 있음
Removing rows with empty values in table
AllHitMov(1:6393,:)=[];

1년 초과 전 | 0

답변 있음
multiple correlation
Check the function regress()

거의 2년 전 | 0

답변 있음
Multiple correlation coefficient - R, R^2
Check the function regress()

거의 2년 전 | 0

제출됨


NonLinDRHAMatlab
Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems

2년 초과 전 | 다운로드 수: 9 |

제출됨


LinDRHAMatlab
Linear dynamic response history analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks...

2년 초과 전 | 다운로드 수: 5 |

제출됨


DRSAMatlab
Dynamic response spectrum analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc....

2년 초과 전 | 다운로드 수: 8 |

제출됨


Neural Network Optimization
Nonlinear least square minimization using a virtual Artificial Neural Network coupled with a genetic algorithm

2년 초과 전 | 다운로드 수: 17 |

제출됨


PEER Ground Motion Editor
Read and resample earthquake record time histories from the Pacific Earthquake Engineering Research Center (PEER) Ground Motion ...

대략 4년 전 | 다운로드 수: 9 |

제출됨


Matlab_Abaqus_10_Bar_Truss
Program for the solution of the 10-bar truss problem using linking between Abaqus and Matlab

4년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab

4년 초과 전 | 다운로드 수: 5 |

Thumbnail

제출됨


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

4년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Eigenquake simulation
Earthquake ground motion simulation using eigenquakes

4년 초과 전 | 다운로드 수: 3 |

답변 있음
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...

4년 초과 전 | 0

제출됨


Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points

5년 초과 전 | 다운로드 수: 8 |

제출됨


OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing

거의 6년 전 | 다운로드 수: 5 |

Thumbnail

제출됨


Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab

6년 초과 전 | 다운로드 수: 66 |

Thumbnail

답변 있음
Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...

6년 초과 전 | 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...

거의 7년 전 | 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...

대략 7년 전 | 0

제출됨


Arc-length method
Finds the roots of a function using the arc-length method

대략 7년 전 | 다운로드 수: 15 |

Thumbnail

답변 있음
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...

7년 초과 전 | 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...

7년 초과 전 | 0

문제를 풀었습니다


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

7년 초과 전

문제를 풀었습니다


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)...

7년 초과 전

더 보기