Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
Fix figure replacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Dramsch committed Apr 15, 2013
1 parent b0ada59 commit 25dfbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COmig.m
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
xlabel('Zeit [s]','Fontsize',24)
legend('Filtered data','Original data','Location','best')
set(gca,'Fontsize',24)
print('-dpng','wavelet.png');
print('-dpng','waveletNorm.png');

%Input signal not normalized
figure
Expand All @@ -212,4 +212,4 @@
xlabel('Zeit [s]','Fontsize',24)
legend('Filtered data','Original data','Location','best')
set(gca,'Fontsize',24)
print('-dpng','wavelet_unnorm.png');
print('-dpng','wavelet.png');

0 comments on commit 25dfbc7

Please sign in to comment.