function vtb3_4(f) %VTB3_4 Response spectrum for a SDOF system. % VTB3_4(f) will display the response spectrum to a partial ramp % input(see Figure 3.13) for the system with natural frequency % f (in Hz) and no damping. clg gset nokey grid('on') t=linspace(.001*4/f,10/f,200); size(t) [rt,ct]=size(t); %Checks to make sure t is a column vector if rt