Home > freetb4matlab > io > csvwrite.m

csvwrite

PURPOSE ^

% Write the matrix @var{x} to a file.

SYNOPSIS ^

function m = csvwrite(f,m,varargin)

DESCRIPTION ^

% -*- 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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003