photo

George Papazafeiropoulos


Last seen: 8 Tage vor Aktiv seit 2012

Followers: 3   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

0 Fragen
66 Antworten

File Exchange

25 Dateien

Cody

0 Probleme
86 Lösungen

RANG
665
of 299.287

REPUTATION
118

BEITRÄGE
0 Fragen
66 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
24

RANG
355 of 20.680

REPUTATION
4.510

DURCHSCHNITTLICHE BEWERTUNG
4.40

BEITRÄGE
25 Dateien

DOWNLOADS
131

ALL TIME DOWNLOADS
40748

RANG
9.402
of 164.003

BEITRÄGE
0 Probleme
86 Lösungen

PUNKTESTAND
650

ANZAHL DER ABZEICHEN
3

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

4 Monate vor | 2 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

4 Monate vor | 7 Downloads |

5.0 / 5
Thumbnail

Gesendet


OpenSeismoMatlab
Software for strong ground motion data processing

mehr als ein Jahr vor | 28 Downloads |

4.6 / 5
Thumbnail

Gesendet


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

mehr als ein Jahr vor | 3 Downloads |

5.0 / 5
Thumbnail

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

mehr als ein Jahr vor | 0

Gesendet


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

mehr als 2 Jahre vor | 1 Download |

0.0 / 5

Gesendet


GameTheoryMatlab
Solve games in game theory

mehr als 2 Jahre vor | 6 Downloads |

0.0 / 5

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

fast 3 Jahre vor | 0

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

fast 3 Jahre vor | 0

Beantwortet
multiple correlation
Check the function regress()

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

Gesendet


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

mehr als 3 Jahre vor | 2 Downloads |

0.0 / 5

Gesendet


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

mehr als 3 Jahre vor | 7 Downloads |

0.0 / 5

Gesendet


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

mehr als 3 Jahre vor | 3 Downloads |

0.0 / 5

Gesendet


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

mehr als 3 Jahre vor | 4 Downloads |

0.0 / 5

Gesendet


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

mehr als 5 Jahre vor | 2 Downloads |

0.0 / 5

Gesendet


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

mehr als 5 Jahre vor | 2 Downloads |

4.0 / 5
Thumbnail

Gesendet


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

mehr als 5 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


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

mehr als 5 Jahre vor | 4 Downloads |

5.0 / 5
Thumbnail

Gesendet


Eigenquake simulation
Earthquake ground motion simulation using eigenquakes

mehr als 5 Jahre vor | 1 Download |

0.0 / 5

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

etwa 6 Jahre vor | 0

Gesendet


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

mehr als 6 Jahre vor | 1 Download |

5.0 / 5

Gesendet


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

etwa 7 Jahre vor | 5 Downloads |

0.0 / 5
Thumbnail

Gesendet


Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab

fast 8 Jahre vor | 30 Downloads |

4.9 / 5
Thumbnail

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

fast 8 Jahre vor | 0

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

etwa 8 Jahre vor | 0

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

mehr als 8 Jahre vor | 0

Gesendet


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

mehr als 8 Jahre vor | 10 Downloads |

4.7 / 5
Thumbnail

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

mehr als 8 Jahre vor | 0

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

mehr als 8 Jahre vor | 0

Mehr laden