diff --git a/etc/matlab/response_spectra.m b/etc/matlab/response_spectra.m index 7340c4021dac36105202fc25cd28081eecc0f991..a0943694b3c23eea527bee0958e589598ca1070c 100644 --- a/etc/matlab/response_spectra.m +++ b/etc/matlab/response_spectra.m @@ -100,7 +100,7 @@ for i = 1:length(means) end end -xlabel('Distance (km)','FontSize',12) +xlabel('Periods (sec)','FontSize',12) ylabel('Median Ground Motion (g)','FontSize',12) title('Ground Motion vs Response Spectra (Means)', 'FontSize', 14) axis([0.001 10 0.005 0.8]);