]> git.parisson.com Git - cnaq.git/commitdiff
* clean language
authoryomguy <yomguy@5fc3e0e6-29bc-4d03-b52b-c088cb822bde>
Mon, 14 Apr 2008 10:47:44 +0000 (10:47 +0000)
committeryomguy <yomguy@5fc3e0e6-29bc-4d03-b52b-c088cb822bde>
Mon, 14 Apr 2008 10:47:44 +0000 (10:47 +0000)
git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@179 5fc3e0e6-29bc-4d03-b52b-c088cb822bde

tools/plot_mes.m
tools/save_mes.m

index 77e2e7a34f5c94c7485365181d9d709fbb0c5d33..69786df6d02f1a126c1eafe8e094daa3487425b6 100644 (file)
@@ -27,7 +27,7 @@ if domain == 1
     semilogx(f, ang);\r
     axis([f_min f_max min(ang(f_min_ind:f_max_ind)) max(ang(f_min_ind:f_max_ind))]);\r
     grid on;\r
-    xlabel('Fréquence (Hz)');\r
+    xlabel('Frequency (Hz)');\r
     ylabel('Phase (rad)');\r
     title(['Phasis of the transfert function (group: ' group ', id: ' id ', channel : ' channel ')']);\r
 \r
index 8ea5952fb9c4c5342bddb68e1dce84782e571417..3ae896ec67efa2da5d75f39b2b096230b6c64af0 100644 (file)
@@ -35,4 +35,4 @@ function save_mes(handles)
     % Increment ID
     increment_id(handles);
 
-end
\ No newline at end of file
+end