From 2c4912b3bc5b43751799d9414636f25d258a629b Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 14 Apr 2008 10:47:44 +0000 Subject: [PATCH] * clean language git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@179 5fc3e0e6-29bc-4d03-b52b-c088cb822bde --- tools/plot_mes.m | 2 +- tools/save_mes.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/plot_mes.m b/tools/plot_mes.m index 77e2e7a..69786df 100644 --- a/tools/plot_mes.m +++ b/tools/plot_mes.m @@ -27,7 +27,7 @@ if domain == 1 semilogx(f, ang); axis([f_min f_max min(ang(f_min_ind:f_max_ind)) max(ang(f_min_ind:f_max_ind))]); grid on; - xlabel('Fréquence (Hz)'); + xlabel('Frequency (Hz)'); ylabel('Phase (rad)'); title(['Phasis of the transfert function (group: ' group ', id: ' id ', channel : ' channel ')']); diff --git a/tools/save_mes.m b/tools/save_mes.m index 8ea5952..3ae896e 100644 --- a/tools/save_mes.m +++ b/tools/save_mes.m @@ -35,4 +35,4 @@ function save_mes(handles) % Increment ID increment_id(handles); -end \ No newline at end of file +end -- 2.39.5