Home > freetb4matlab > io > csvread.m

csvread

PURPOSE ^

% Read the matrix @var{x} from a file.

SYNOPSIS ^

function m = csvread(f,varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {x} = csvread (@var{filename})
% Read the matrix @var{x} from a file.
%
% This function is equivalent to dlmread (@var{filename}, ',' , ...)
%
% @seealso{dlmread, dlmwrite, csvwrite, 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