Statistik
RANG
640
of 295.448
REPUTATION
118
BEITRÄGE
0 Fragen
66 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
24
RANG
359 of 20.227
REPUTATION
4.369
DURCHSCHNITTLICHE BEWERTUNG
4.40
BEITRÄGE
23 Dateien
DOWNLOADS
242
ALL TIME DOWNLOADS
39416
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
OpenSeismoMatlab
Software for strong ground motion data processing
8 Monate vor | 39 Downloads |
Gesendet
Computational Geometry Toolbox
Convex hull, mesh generation, Delaunay triangulation, Voronoi diagram and other algorithms.
9 Monate vor | 30 Downloads |
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...
etwa 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 ein Jahr vor | 1 Download |
Can global optimization toolbox-GA 'ga'function optimization many values at the same time?
Please check the gamultiobj function
etwa 2 Jahre vor | 0
Multiple correlation coefficient - R, R^2
Check the function regress()
mehr als 2 Jahre vor | 0
Gesendet
NonLinDRHAMatlab
Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems
fast 3 Jahre vor | 5 Downloads |
Gesendet
LinDRHAMatlab
Linear dynamic response history analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks...
fast 3 Jahre vor | 5 Downloads |
Gesendet
DRSAMatlab
Dynamic response spectrum analysis for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc....
fast 3 Jahre vor | 3 Downloads |
Gesendet
Neural Network Optimization
Nonlinear least square minimization using a virtual Artificial Neural Network coupled with a genetic algorithm
fast 3 Jahre vor | 9 Downloads |
Gesendet
PEER Ground Motion Editor
Read and resample earthquake record time histories from the Pacific Earthquake Engineering Research Center (PEER) Ground Motion ...
fast 5 Jahre vor | 2 Downloads |
Gesendet
Matlab_Abaqus_10_Bar_Truss
Program for the solution of the 10-bar truss problem using linking between Abaqus and Matlab
fast 5 Jahre vor | 4 Downloads |
Gesendet
Matlab_Abaqus_25_Bar_Truss
Program for the solution of the 25-bar truss problem using linking between Abaqus and Matlab
fast 5 Jahre vor | 1 Download |
Gesendet
ArtifSeismoMatlab
Generation of artificial acceleration time histories consistent with given response spectrum
fast 5 Jahre vor | 3 Downloads |
Gesendet
Eigenquake simulation
Earthquake ground motion simulation using eigenquakes
fast 5 Jahre vor | 1 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...
mehr als 5 Jahre vor | 0
Gesendet
Bezier Curve and Surface
Plot a Bezier curve or Bezier surface with given control points
etwa 6 Jahre vor | 2 Downloads |
Gesendet
OpenSeismo
OpenSeismo: a new open source software for strong ground motion data processing
mehr als 6 Jahre vor | 5 Downloads |
Gesendet
Abaqus2Matlab
Program for the extraction of Abaqus analysis results to Matlab
mehr als 7 Jahre vor | 78 Downloads |
Run Abaqus cmd from MATLAB command line
You can execute the following Matlab code in Windows: try system(['abaqus cae noGUI=model.py interactive']) %...
mehr als 7 Jahre vor | 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...
mehr als 7 Jahre vor | 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...
fast 8 Jahre vor | 0
Gesendet
Arc-length method
Finds the roots of a function using the arc-length method
fast 8 Jahre vor | 15 Downloads |
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...
fast 8 Jahre vor | 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...
fast 8 Jahre vor | 0
Gelöst
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...
fast 8 Jahre vor
Gelöst
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)...
fast 8 Jahre vor