Statistica
RANK
648
of 297.010
REPUTAZIONE
118
CONTRIBUTI
0 Domande
66 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
24
RANK
355 of 20.418
REPUTAZIONE
4.425
VALUTAZIONE MEDIA
4.40
CONTRIBUTI
23 File
DOWNLOAD
182
ALL TIME DOWNLOAD
39970
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
OpenSeismoMatlab
Software for strong ground motion data processing
11 mesi fa | 27 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e2649328-1114-4b51-9ddd-9191108d9690/a4cadf86-deb4-4e6c-908f-6fb1fb8152de/images/screenshot.gif)
Inviato
Computational Geometry Toolbox
Convex hull, mesh generation, Delaunay triangulation, Voronoi diagram and other algorithms.
circa un anno fa | 18 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/f50ab4f4-be7d-4eb5-b31a-98a6ccfb0997/b95bd3f5-5ca3-4fc1-a0a5-9ee859c15297/images/screenshot.jpg)
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...
oltre un anno fa | 0
Inviato
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)...
quasi 2 anni fa | 1 download |
Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function
oltre 2 anni fa | 0
Inviato
NonLinDRHAMatlab
Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems
circa 3 anni fa | 9 download |
Inviato
LinDRHAMatlab
Linear dynamic response history analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks...
circa 3 anni fa | 11 download |
Inviato
DRSAMatlab
Dynamic response spectrum analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc....
circa 3 anni fa | 2 download |
Inviato
Neural Network Optimization
Nonlinear least square minimization using a virtual Artificial Neural Network coupled with a genetic algorithm
circa 3 anni fa | 6 download |
Inviato
PEER Ground Motion Editor
Read and resample earthquake record time histories from the Pacific Earthquake Engineering Research Center (PEER) Ground Motion ...
quasi 5 anni fa | 1 download |
Inviato
Matlab_Abaqus_10_Bar_Truss
Program for the solution of the 10-bar truss problem using linking between Abaqus and Matlab
circa 5 anni fa | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/62f9eb63-2545-40b3-8a5c-78c348fd3b93/df26159d-9b11-49ad-b49b-c1db91c38bd9/images/screenshot.jpg)
Inviato
Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab
circa 5 anni fa | 3 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1c3670ec-4431-4f50-b973-12b65228cd60/04772266-508f-4928-8e07-ef17761b0691/images/screenshot.jpg)
Inviato
ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum
circa 5 anni fa | 3 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/48e97e48-1de1-4f88-8e76-da735f6b46b8/0fce9e53-182c-4f0e-ab12-af879cff38d5/images/screenshot.png)
Inviato
Eigenquake simulation
Earthquake ground motion simulation using eigenquakes
circa 5 anni fa | 4 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...
oltre 5 anni fa | 0
Inviato
Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points
oltre 6 anni fa | 2 download |
Inviato
OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing
quasi 7 anni fa | 5 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/67037/versions/2/screenshot.jpg)
Inviato
Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab
oltre 7 anni fa | 50 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/54919/versions/12/screenshot.jpg)
Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...
oltre 7 anni fa | 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...
oltre 7 anni fa | 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...
quasi 8 anni fa | 0
Inviato
Arc-length method
Finds the roots of a function using the arc-length method
circa 8 anni fa | 10 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/44352/versions/5/screenshot.jpg)
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...
circa 8 anni fa | 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...
circa 8 anni fa | 0
Risolto
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...
circa 8 anni fa
Risolto
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)...
circa 8 anni fa