%RESULTS disp ('Maximum velocity of the layer'); disp (max (v)) disp ('Maximum acceleration of the layer'); disp (max (av)) disp ('Total time taken to deploy the layer'); disp (T) PROG3M %Alteration of the stiffness values in a level % User-defined inputs: LL = input ('Input the total deployed length of the structure '); L = input ('Input the height of the structure '); mc = input ('Mass of the plate used '); mts = input ('Mass of the top strut '); mbs = input ('Mass of the bottom strut '); xd = input ('Position of the plate after which the system is self deployable '); k = input ('Stiffness of the spring '); jj =input ('The layer to which the spring belongs '); GT= input (' The time at which the system should fully deploy '); N =LL / L; C = 3 *(N+ 1); h =(2 *L "2) .5; dely =.1514; wp = mc 9.81; wts = mts* 9.81; ws = (mts + mbs) 9.81;