Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.419 Times

Xlswrite software
 

Xlswrite

Added: July 06, 2013 | Visits: 484

xlswrite 3D xlswrite is limited to writing 2D arrays to Excel. This is a simple function that allows you to write 3D arrays to Excel.



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): xlswrite 3D Download

Added: July 31, 2013 | Visits: 457

improved xlswrite.m (Sripts) If writing or reading repeatedly to same spreadsheets very slow to keep creating and deleting the active x server. These extra 4 lines of code cause xlswrite to remember if you accessed this spreadsheet before and then not re-create the active x server.





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): improved xlswrite.m (Sripts) Download

Added: March 31, 2013 | Visits: 388

struc2xls Slow and dirty way to save a simple structure to an Excel file with xlswrite. I did it to solve a urgent problem for a friend. Lots of improvements possible, I'm sure.STRUC2XLS (FILE,S) writes the contents of structure S to a excel file named FILE. The name of the worksheet and the starting row...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): struc2xls Download

Added: May 14, 2013 | Visits: 256

XLSWriteMex Functionally the same xlswrite.m (by Scott Hirsch), the only difference is in the implementation.XLSWriteMex is implemented in C++ and compiled into a MATLAB MEX dll. I did this because 'xlswrite.m' does not compile using the MATLAB compiler, so any MATLAB program using 'xlswrite.m' cannot be...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (39): XLSWriteMex Download

Added: March 25, 2013 | Visits: 499

MATLAB read/write/control Excel On a Windows platform, MATLAB's XLSREAD and XLSWRITE open Excel as a COM automation server in the background to read/write data. Sometimes users want XLSREAD and XLSWRITE to do more, and would like their own custom XLSREAD or XLSWRITE functions (such as a custom XLSWRITE that puts data into...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): MATLAB read/write/control Excel Download

Added: July 24, 2013 | Visits: 508

MATLAB controls and writes PowerPoint The MATLAB functions XLSREAD and XLSWRITE open Microsoft Excel as a COM Automation Server in the background, and read or write data. Using the same mechanism, it is possible to open, write to, and fully control Microsoft PowerPoint from MATLAB. The advantage is that from a single tool, both the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): MATLAB controls and writes PowerPoint Download

Added: May 22, 2013 | Visits: 402

Excel Column String Creator When you use the "xlswrite" (or "xlsread") function sometimes you need to specify the excel worksheet column to write Matlab Data. For example (from Matlab Help on xlswrite)s = xlswrite('tempdata.xls', d, 'Temperatures', 'E1')"E1" means in excel iscolumn number = 5 ;row number = 1 ;If you use...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Excel Column String Creator Download

Added: April 17, 2013 | Visits: 303

xlschart xlschart(titles,m,chartypechart_title,) xlschart(titles,m,chartype,chart_title,filename) xlschart(titles,m,chartype,chart_title,xtitle,ytitle) xlschart(titles,m,chartype,chart_title,filename,sheetname) xlschart(titles,m,chartype,chart_title,xtitle,ytitle,filename)...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): xlschart Download

Added: September 13, 2013 | Visits: 250

xlswrite_mod This fixes an error in "xlswrite.m" to export more than 52 columns of data.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): xlswrite_mod Download

Added: August 28, 2013 | Visits: 404

xlswritespec The script performs the same function as xlswrite with the added functionality of formatting the data at the particular location written into, so for example if you want to write headers in blue and numbers in gold, you can do this. The example below illustrates how you can write 400 random...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (40): xlswritespec Download

Added: April 16, 2013 | Visits: 403

xlsgraph xlsgraph(xtitle,ytitle,chartype,chart_title,filename,sheetname) xlsgraph : creates an Excel graph by searching specified sheet for selected columns headers.xtitle: title(s) of column to be x-axis (picked from titles).ytitle: title(s) of column to be y-axis (picked from titles).chartype: integer...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): xlsgraph Download

Added: September 08, 2013 | Visits: 452

Convert index to Excel A1 notation This function translates an index to the Excel A1 notation that is used in xlswrite.%%%function a1String = idx2A1(idx)alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';if idx < 27 a1String = alphabet(idx);else idx2 = rem(idx,26); if idx2 == 0 a1String = [alphabet(floor(idx/26)-1),'Z']; else a1String =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Convert index to Excel A1 notation Download

Added: September 04, 2013 | Visits: 427

SDOxlsIF: Excel Interface API for Simulink Data Object SDOxlsIF is a set of three M-File functions.XLSREADSDO enables you to load workspace variables of Simulink Data Object from Excel worksheets.XLSWRITESDO enables you to save workspace variables of Simulink Data Object to Excel worksheets.For each package you will use, you should prepare a...


Platforms: Matlab

License: Freeware Size: 204.8 KB Download (40): SDOxlsIF: Excel Interface API for Simulink Data Object Download

Added: August 11, 2013 | Visits: 511

Calculate Excel Range XLCALCRANGE(REFCELL,R,C,M,N) returns the full target range XLRANGE in Excel A1 notation to cover an array of size M rows & N columns and starting from an offset of R rows & C columns from REFCELL.Any workbookworksheet prefix is removed from REFCELL, as are any absolute '$' markers prior to range...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Calculate Excel Range Download

Added: September 05, 2013 | Visits: 557

OfficeDoc - read/write/format MS Office docs (XLS/DOC/PPT) OfficeDoc reads/writes/appends and formats data, images & figure screenshots in Microsoft Office documents, from within the Matlab environment. Supported formats include XLS (Excel), DOC (Word) & PPT (PowerPoint). Opening/closing COM server connection and files is user-controllable, enabling very...


Platforms: Matlab

License: Freeware Size: 122.88 KB Download (56): OfficeDoc - read/write/format MS Office docs (XLS/DOC/PPT) Download

Added: August 18, 2013 | Visits: 409

Convert Struct to Cell Array With Column Headers Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Convert Struct to Cell Array With Column Headers Download

Added: July 11, 2013 | Visits: 366

XLSAPPEND SYNTAX: [success,message] = xlsappend(file,data,sheet)XLSAPPEND Stores numeric array or cell array to the end of specified Excel sheet.REQUIRES ONLY ONE CALL TO THE EXCEL ACTXSERVER, so the overhead is less than for successive xlsread/xlswrite calls.[SUCCESS,MESSAGE]=XLSAPPEND(FILE,ARRAY,SHEET)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): XLSAPPEND Download

Added: May 15, 2013 | Visits: 294

XLSrange Example: M = rand(25,5); % We start in cell 'B4' (= coordinates [4,2]). rng = XLSrange(size(M),[4,2]); % This produces rng = 'B4:F28'. xlswrite('M.xls',M,'',rng) % This exports the matrix M into an Excel worksheet named 'M.xls'.The function admits columns greater than 16384, the maximum column...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): XLSrange Download

Added: June 10, 2013 | Visits: 544

Hyperspectral Image Index Analysis This is a program which utilizes the included functions in order to calculate 8 image indices (Bias, Correlation coefficient, DIV, Entropy, ERGAS, Q, RASE and RMSE). The purpose of the program is to produce the results fast, easily and in a convenient way for the user (see Outputs). Initially,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (53): Hyperspectral Image Index Analysis Download

Added: August 30, 2013 | Visits: 304

FastFillGrid FastFillGrid populates a grid, i.e. Microsoft Spreadsheet Object, with a cell arrayThanks Brett Shoelson, via CSSMPUTCELLVALUE puts a value in an active cellfastfillgrid is both a directory and a function.FastFillGrid populates a grid, i.e. Microsoft Spreadsheet Object, with a cell arrayThe cell...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (48): FastFillGrid Download