Home > freetb4matlab > io > xlsread.m

xlsread

PURPOSE ^

% XLSREAD reads EXCEL-files.

SYNOPSIS ^

function [num,strarray] = xlsread(fn)

DESCRIPTION ^

% XLSREAD reads EXCEL-files. 
% Currently, only a hack to read excel tables is implemented.  
% First, you need to convert your excel table into a tab-delimited 
% text file. Then you can use XLSREAD to load that file. 
%
%  [NUM, STR] = XLSREAD(filename) 
%      filename        tab-delimited text file
%      NUM contains numeric data
%      STR contains textual data
%      
% see also: STR2DOUBLE
%
% Reference(s):
%

CROSS-REFERENCE INFORMATION ^

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