photo

George Papazafeiropoulos


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

Followers: 4   Following: 2

Mensaje

Civil & Infrastructure Engineer, M.Sc., Ph.D.

Estadística

All
MATLAB Answers

0 Preguntas
66 Respuestas

File Exchange

27 Archivos

Cody

0 Problemas
86 Soluciones

CLASIFICACIÓN
666
of 300.331

REPUTACIÓN
118

CONTRIBUCIONES
0 Preguntas
66 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
24

CLASIFICACIÓN
350 of 20.920

REPUTACIÓN
4.548

EVALUACIÓN MEDIA
4.40

CONTRIBUCIONES
27 Archivos

DESCARGAS
136

ALL TIME DESCARGAS
41131

CLASIFICACIÓN
9.648
of 168.124

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

  • 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

Feeds

Ver por

Enviada


Simple Feedforward Backpropagation Neural Network
This MATLAB script demonstrates a simple feedforward backpropagation artificial neural network (ANN) for function approximation....

alrededor de 14 horas hace | 7 descargas |

5.0 / 5
Thumbnail

Enviada


Hamiltonian Neural Network
This MATLAB script demonstrates a simple implementation of a Hamiltonian Neural Network (HNN) trained using the backpropagation ...

alrededor de 14 horas hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


Generative Adversarial Neural Network
This MATLAB script demonstrates a simple Generative Adversarial Network (GAN) for multivariate function approximation.

alrededor de 14 horas hace | 5 descargas |

0.0 / 5
Thumbnail

Enviada


Cluster Boosted Artificial Neural Network (CBANN)
CBANNs enhance ANNs by using additional input variables coming from clustering the training data

7 meses hace | 2 descargas |

0.0 / 5
Thumbnail

Enviada


OpenSeismoMatlab
Software for strong ground motion data processing

más de 1 año hace | 18 descargas |

4.6 / 5
Thumbnail

Enviada


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

más de 1 año hace | 9 descargas |

5.0 / 5
Thumbnail

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

alrededor de 2 años hace | 0

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

más de 2 años hace | 1 descarga |

0.0 / 5

Enviada


GameTheoryMatlab
Solve games in game theory

casi 3 años hace | 3 descargas |

0.0 / 5

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

Respondida
multiple correlation
Check the function regress()

más de 3 años hace | 0

Respondida
Multiple correlation coefficient - R, R^2
Check the function regress()

más de 3 años hace | 0

Enviada


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

casi 4 años hace | 5 descargas |

0.0 / 5

Enviada


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

casi 4 años hace | 3 descargas |

0.0 / 5

Enviada


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

casi 4 años hace | 2 descargas |

0.0 / 5

Enviada


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

casi 4 años hace | 5 descargas |

0.0 / 5

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 5 años hace | 1 descarga |

0.0 / 5

Enviada


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

casi 6 años hace | 6 descargas |

4.0 / 5
Thumbnail

Enviada


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

casi 6 años hace | 3 descargas |

5.0 / 5
Thumbnail

Enviada


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

casi 6 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


Eigenquake simulation
Earthquake ground motion simulation using eigenquakes

casi 6 años hace | 1 descarga |

0.0 / 5

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

más de 6 años hace | 0

Enviada


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

casi 7 años hace | 1 descarga |

5.0 / 5

Enviada


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

más de 7 años hace | 5 descargas |

0.0 / 5
Thumbnail

Enviada


Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab

alrededor de 8 años hace | 26 descargas |

4.9 / 5
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']) %...

más de 8 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 8 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 8 años hace | 0

Enviada


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

casi 9 años hace | 16 descargas |

4.7 / 5
Thumbnail

Cargar más