Mercurial > hg > ishara
changeset 53:3ba80c9914ff
Minor doc fix, added .class to .hgignore
author | samer |
---|---|
date | Mon, 02 Feb 2015 10:47:55 +0000 |
parents | ba870ed77e3e |
children | 9bcf5e133bf0 |
files | .hgignore general/fileutils/write.m general/funutils/@function_handle/le.m |
diffstat | 3 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Fri Jan 23 16:50:22 2015 +0000 +++ b/.hgignore Mon Feb 02 10:47:55 2015 +0000 @@ -1,2 +1,3 @@ ^stats .DS_Store$ +.class$
--- a/general/fileutils/write.m Fri Jan 23 16:50:22 2015 +0000 +++ b/general/fileutils/write.m Mon Feb 02 10:47:55 2015 +0000 @@ -2,7 +2,5 @@ % write - Write matrix as ascii text file % % write :: matrix, path -> action unit. - save('-ascii','-double',path,'X'); -
--- a/general/funutils/@function_handle/le.m Fri Jan 23 16:50:22 2015 +0000 +++ b/general/funutils/@function_handle/le.m Mon Feb 02 10:47:55 2015 +0000 @@ -2,7 +2,7 @@ % % le :: (A{1:N}=>B{:}), M:natural -> (cell {A{1:M}}, A{M+1:N} -> B{:}). % -% f<=5 is a function which takes any number of arguments but where the first +% f<=M is a function which takes any number of arguments but where the first % argument is assumed to be a cell array of M elements which are distributed % to the first M arguments of f.