samer@4: function write(X,path) samer@4: % write - Write matrix as ascii text file samer@4: % samer@4: % write :: matrix, path -> action unit. samer@4: save('-ascii','-double',path,'X'); samer@4: