Search Files

Advanced Search
Go
 
Loading tag cloud...

Files

 
Date   File Tags Downloads
(last 30 days)
Comments Ratings
05 Oct 2009 Screenshot Design Pattern: Iterator (Behavioural) A MATLABĀ® OOP implementation of the Iterator Behavioural Design Pattern Author: Bobby Nedelkovski abstract data type, uml, object oriented progr..., design pattern, behavioural, oop 19 2
  • 5.0
5.0 | 1 rating
05 Oct 2009 Screenshot Data Structure: A Cell Array List Container Provides a useful 1D container for storing an ordered heterogeneous set of elements Author: Bobby Nedelkovski uml, object oriented progr..., abstract data type, oop, cell array, data structure 29 2
22 Sep 2009 Write Cell Array to Text File A cell array is written to a delimited output file, incl. options for appending & custom delimiters. Author: Roland Pfister data, dlmwrite, append, export, delimited, data export 83 2
  • 5.0
5.0 | 2 ratings
22 Sep 2009 Variable cardinality bookkeeping functions These four functions makes it easy to work with lists of sets with variable cardinalities. Author: Edmund Brekke cardinality, set functions, filtering, cell array, data association, subset 11 0
04 Sep 2009 On/Off Returns 'on'/'off' for true/false arrays, and true/false for cell arrays of strings with 'on'/'off'. Author: Geoffrey Akien cell array, gui, off, on 10 0
31 Aug 2009 unique_no_sort_rows find unique rows of a matrix without resorting the rows Author: Michael Petralia matrix, unique, unsorted, matrices, cell array, rows 10 3
  • 3.0
3.0 | 1 rating
07 Jul 2009 Consecutive vector spliter Partition an input vector into smaller series of subvectors of consecutive elements Author: Bruno Luong split vectors, array, cell 135 0
11 Jun 2009 Published M-Files cprintf: a pedestrian ND array formatting and display utility cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table Author: us fprintf, class, sprintf, printmat, cell, array 144 4
  • 5.0
5.0 | 6 ratings
17 May 2009 cell2num.m convert a cell array to a double precision array Author: Phillip M. Feldman cell array to array c... 124 2
05 May 2009 Regular expression search in cell array of strings Search in cell array of strings. Returns indexes of cells in stead of indexes within cells . Author: Maximilien Chaumon cellstr, cell array, find, cell, search, string 37 2
  • 3.0
3.0 | 2 ratings
19 Mar 2009 Compare anything Compares quantatively structs, cell, array, element by element. Author: ygal compare, cell, array, cell array, string, structure 23 3
  • 3.0
3.0 | 3 ratings
16 Dec 2008 Screenshot Get HTML Table Data into MATLAB Identify tables and interactively select the data to bring into MATLAB. Author: Jeremy Barry data, import, html, table, cell array, regexp 41 1
  • 4.0
4.0 | 3 ratings
04 Dec 2008 rgb2name Names a color based on its RGB-triple colorspec. Knows over 400 color names. Author: matt dash rgb, color, cell array, name, colormap, color name 18 0
25 Aug 2008 Screenshot javaTable Simple function to display cell array data in a nice looking Java JTable Author: Matt Dunham jtable, spreadsheet, table, cell array, java, structures 151 2
  • 2.0
2.0 | 1 rating
28 Jul 2008 cell2css Convert a cell array of strings to a comma-separated string for meta-programming or generating M-fil Author: Ameya Deoras comma separated, metaprogr, cell array, strings, string, list 10 0
10 Jul 2008 num2cellstr num2CellStr converts numeric or logical array to a cell array of strings Author: Andrew Watson cellstr, num2cellstr, cell array, structures, string, cell arrays 38 1
  • 5.0
5.0 | 2 ratings
27 Jun 2008 Cell Array to CSV-file [cell2csv.m] Writes a cell array into a CSV-file. Author: Sylvain Fiedler cell to ascii, cell to text, cell to file, export ascii, ascii, array to text 190 16
  • 4.70588
4.7 | 17 ratings
03 Jun 2008 Flexible search and listing tool for field names in a structure array Searches for field names in a structure array and lists them Author: Paul A.M. Bune structures, field names, search, cell arrays, list, structure array 21 1
  • 5.0
5.0 | 1 rating
02 Apr 2008 Screenshot Video Tutorial: MATLAB Basics: Cell arrays for holding different data types Three minute video shows the basics of cell arrays Author: Doug Hull data, spreadsheet, cell array, cell, tutorial, video 28 0
  • 1.0
1.0 | 2 ratings
05 Mar 2008 Sorting a Cell Array This function will sort a cell array even if it is mixed. Author: Jeff Jackson cell arrays, sort cell array, structures 76 8
  • 4.77778
4.8 | 9 ratings
03 Mar 2008 Screenshot Excel Column Name to Number Converts a cell array of Excel column names to an array of Excel column numbers Author: Matt G convert, column, name, data import, number, cell array 20 0
30 Jan 2008 indmax Finds maximum and its index of an N-dimensional array. Author: Andreas Hoechner index, indmax, max, cell array, ndimensional 12 3
23 Jan 2008 Parse Strings Using Delimiters These two functions parse a string or cell array of strings based on one or more delimiters. Author: Jeff Jackson parse strtok delimite..., strings 23 3
  • 5.0
5.0 | 1 rating
15 Jun 2007 cell2num Used to convert 2 dimensional cell array of single numbers to a matrix. Author: Darren cell conversion, cell2num, cell to numeric, structures, cell array convert, cell arrays 52 7
  • 2.5
2.5 | 4 ratings
07 Jun 2007 rsplit Splits a delimited string into a cell array using a regular expression. Author: Gerald Dalley implode, break, split, array, cell, strings 116 6
  • 3.5
3.5 | 2 ratings
07 Jun 2007 unique_no_sort Like unique.m but without sorting Author: Caitlin matrix, unique, unsorted, matrices, cell array, vector 25 10
  • 3.0
3.0 | 6 ratings
21 Mar 2007 Wildcard selection Simple GUI to allow user to select from cell array of strings using wildcard search Author: Richard Stephens gui tools, example, wildcard, cell array, list 20 0
10 Jul 2006 str2file writes a cell array of strings into a file Author: Wolfgang Garn writes a cell array o..., data import, data export 27 6
  • 4.66667
4.7 | 6 ratings
10 Jul 2006 file2str converts a text file into a cell array Author: Wolfgang Garn data import, file2str, data export, file to string cell a..., read text file, text file into a c 27 1
  • 1.0
1.0 | 1 rating
26 May 2006 Screenshot nestedstruct2cell NESTEDSTRUCT2CELL converts a nested 1x1 structure array into an MxN cell array Author: Todd Pataky cell array, structures, cell arrays, nested, structure 12 1
  • 4.0
4.0 | 1 rating
26 Apr 2006 Cell 'Find And Replace' Finds all occurrences of NaN in a cell array and replaces them. Author: Yoav Mor cell array, find, cell, structures, replace, search 38 3
  • 3.33333
3.3 | 3 ratings
30 Mar 2006 Convert Struct to Cell Array With Column Headers Converts a populated struct into a cell array with field names as column headers Author: Andrew Blackburn structures, cell arrays, strcut cell array exc... 24 0
03 Mar 2006 DEALCELL Deals cell elements to variables (similar to DEAL) Author: Jiro Doke assign, matrices, cell array, deal, distribute 111 4
  • 5.0
5.0 | 1 rating
10 Feb 2006 Screenshot SHOWCELL & CELL\DISP Displays cell array with long strings in the command window. Author: Jiro Doke disp, show, strings, cell array, structures, cell arrays 137 9
  • 3.25
3.2 | 4 ratings
14 Nov 2005 strfind.m Cell array implementation of STRFIND Author: Tom Coulter strfind, strmatch, cell array, strings 15 2
31 Aug 2005 SORTN - sort textual lists Sort text lists containing letters and numbers. Author: Oren Yagev utilities, strings, cell array, textual lists, char array, string 18 8
  • 5.0
5.0 | 8 ratings
09 May 2005 cell2csv Writes cell array content into a *.csv file. Author: Rob Kohr data, csv, import, data import, export, array 87 7
  • 4.71429
4.7 | 7 ratings
06 Apr 2005 CELLWRITE Cellwrite writes mixed cell array data to a CSV file. Author: Francis Barnhart data, csv, csvwrite, data import, cell array, data export 40 10
  • 4.875
4.9 | 8 ratings
11 May 2004 cell2html 1.0 R1 Convert a cell array to an HTML table. Author: Tom Gaudette convert, import, graphics, html, export, table 133 1
  • 5.0
5.0 | 1 rating
11 May 1998 str2strs.m Takes a deliminated string s and breaks it up into sub-strings stored in a cell-array of strings. Author: David Malicky break, split, array, cell, strings, string 8 0
  • 5.0
5.0 | 1 rating
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com