Site hosted by Angelfire.com: Build your free website today!

xlswriter

PURPOSE ^

xlswriter writes data to excel

SYNOPSIS ^

function [success,message] = xlswriter(data,range,sheet)

DESCRIPTION ^

 xlswriter writes data to excel
 [success,message] = xlswriter(data,range,sheet)
 xlswriter(porar,'B')
 xlswriter(porar,'B10')
 xlswriter(porar)  % depends on the cursor position in Excel
 xlswriter(porar,'C2','Reza')
 xlswriter(porar,'C2','Sheet2')
 xlswriter deletes Excel COM from workspace, if NARGIN < 1
 XLSWRITE Stores numeric array or cell array in Excel workbook.
 for il=1:length(porar),labl{il}=['tstep ' num2str(il)];end
 xlswriter(labl,'B1');xlswriter(porar,'B2');xlswriter(timefunc,'A2')
 Rezaul, 2004

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SUBFUNCTIONS ^

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004