Filter löschen
Filter löschen

Newmark's Method for Linear Systems

2 Ansichten (letzte 30 Tage)
nur yusof
nur yusof am 25 Feb. 2016
Hi all,
Hope someone will explain to me about this file exchange's code(Dr.Siva-Newmark's Method for Linear Systems-http://www.mathworks.com/matlabcentral/fileexchange/32143-newmark-s-method-for-linear-systems/content/Newmark's%20Method%20for%20Linear%20systems/NewmarkMethod.m). The question are:-
1)Why n=length (M).n is for?I am not really expert in loop or cycle coding?
% Time step
ti = 0. ;
tf = 4. ;
dt = 0.1 ;
t = ti:dt:tf ;
nt = fix((tf-ti)/dt) ;
n = length(M) ;
depl = zeros(n,nt) ;
vel = zeros(n,nt) ;
accl = zeros(n,nt) ;
U = zeros(sdof,nt) ;
2)What is the different between depl-modal displacement's and U-system's displacement?

Antworten (0)

Kategorien

Mehr zu Particle & Nuclear Physics finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by