updatet figure plot
Added xlim to figure(1)
This commit is contained in:
@@ -47,7 +47,8 @@ hold off,
|
|||||||
%plot ( comp1, '-');
|
%plot ( comp1, '-');
|
||||||
hold on;
|
hold on;
|
||||||
%plot ( comp2, '-');
|
%plot ( comp2, '-');
|
||||||
plot (comp3, '-'), grid minor,;
|
plot (comp3, '-')
|
||||||
|
xlim([1 50]), grid minor,;
|
||||||
title('Separete SIN functions')
|
title('Separete SIN functions')
|
||||||
ylabel('magnitude'), xlabel('time')
|
ylabel('magnitude'), xlabel('time')
|
||||||
hold off;
|
hold off;
|
||||||
|
|||||||
Reference in New Issue
Block a user