% -*- texinfo -*- % @deftypefn {Function File} {x} = csvwrite (@var{filename}, @var{x}) % Write the matrix @var{x} to a file. % % This function is equivalent to dlmwrite(@var{filename},@var{x},',',...) % % @seealso{dlmread, dlmwrite, csvread, csv2cell} % @end deftypefn