From 6a422ee888dccb573b3582822641b386b480b27d Mon Sep 17 00:00:00 2001 From: Aleksejs Mirnijs Date: Fri, 27 Dec 2019 06:39:48 +0200 Subject: [PATCH] updatet figure plot Added xlim to figure(1) --- matlab/myfft4_real_imag.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matlab/myfft4_real_imag.m b/matlab/myfft4_real_imag.m index 9e09df2..f7bfd33 100644 --- a/matlab/myfft4_real_imag.m +++ b/matlab/myfft4_real_imag.m @@ -47,7 +47,8 @@ hold off, %plot ( comp1, '-'); hold on; %plot ( comp2, '-'); -plot (comp3, '-'), grid minor,; +plot (comp3, '-') +xlim([1 50]), grid minor,; title('Separete SIN functions') ylabel('magnitude'), xlabel('time') hold off;