Gistlib Logo

gistlib

when zeta=0 then the value is labeld as undamped in matlab

main.m
zeta = 0;
if zeta == 0
    disp('The system is undamped');
else
    disp('The system is damped');
end
102 chars
7 lines

similar matlab code snippets

linearize a second-order system in matlab
calculate pid controller output for a process with a set-point change in matlab
iterative linear quadratic regulator for a cart pole system in matlab
linearize a second-order system without symbolic math toolbox in matlab
automatic pid tuning in matlab
build a nonlinear robust mpc in matlab in matlab
nyquist plot in matlab
nonlinear ode of a cart pole system in matlab
generate model for car steering in matlab
create a class that represents a state machine where a state named "foo" moves to a state named "bar" if input "u" becomes negative in matlab

related categories

matlab
control-systems
dynamics

gistlibby LogSnag