From 37f5e0e62ca1f8405c2f2565c52524009f37755f Mon Sep 17 00:00:00 2001 From: Shobhit Date: Thu, 20 Aug 2020 14:01:13 +0200 Subject: [PATCH] making the example same as that in paper --- examples/ndof_oscillator_chain/OscillatorChain.m | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ndof_oscillator_chain/OscillatorChain.m b/examples/ndof_oscillator_chain/OscillatorChain.m index 6615e57..d1df4fb 100644 --- a/examples/ndof_oscillator_chain/OscillatorChain.m +++ b/examples/ndof_oscillator_chain/OscillatorChain.m @@ -11,7 +11,6 @@ g = 0.5; temp = spdiags(ones(n,1)*[-1 2 -1], [-1 0 1], sparse(n,n)); -temp(1,1) = 1; C = c * temp; K = k * temp;