|
|
||||||
|---|---|---|---|---|---|---|
| Date | File | Tags |
Downloads (last 30 days) |
Comments | Ratings | |
| 29 Oct 2009 | Array merger This will merge two arrays into one array of cells. | 39 | 1 | |||
| 05 Oct 2009 |
|
Design Pattern: Iterator (Behavioural) A MATLAB® OOP implementation of the Iterator Behavioural Design Pattern | 19 | 2 | ||
| 05 Oct 2009 |
|
Data Structure: A Cell Array List Container Provides a useful 1D container for storing an ordered heterogeneous set of elements | 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. | 83 | 2 | |||
| 22 Sep 2009 | Variable cardinality bookkeeping functions These four functions makes it easy to work with lists of sets with variable cardinalities. | 11 | 0 | |||
| 12 Sep 2009 |
|
CStrAinBP Overlapping elements of 2 cell strings. 10-20 times faster than INTERSECT/ISMEMBER/SETDIFF. | 125 | 0 | ||
| 04 Sep 2009 | On/Off Returns 'on'/'off' for true/false arrays, and true/false for cell arrays of strings with 'on'/'off'. | 10 | 0 | |||
| 31 Aug 2009 | unique_no_sort_rows find unique rows of a matrix without resorting the rows | 10 | 3 | |||
| 25 Aug 2009 |
|
Workflow Design Thoughts: How to create lecture notes, homework examples or book figures easily. A style guide on how to create published figures for books and lecture notes. M-Files included | 115 | 1 | ||
| 03 Aug 2009 | char2cell Converts a character array (or cell string) array to a cell string array using delimiters and rows. | 125 | 0 | |||
| 23 Jul 2009 | (another) JSON Parser Parses JSON strings into structures and cells. | 89 | 11 | |||
| 13 Jul 2009 | hashtable class general purpose hashtable | 61 | 1 | |||
| 10 Jul 2009 | logical2cellstr, cellstr2logical Convert from a logical array to a cell array of 'true'/'false' strings and back again. | 127 | 1 | |||
| 07 Jul 2009 | Consecutive vector spliter Partition an input vector into smaller series of subvectors of consecutive elements | 135 | 0 | |||
| 30 Jun 2009 | flattin/merging nested cells {{a}, b, {c,{d;e}}} --> {a,b,c,d,e} | 11 | 9 | |||
| 24 Jun 2009 | CStrCatStr Cat 2 or 3 strings/cell strings MEX: 10 times faster than STRCAT | 125 | 0 | |||
| 19 Jun 2009 |
|
StructBrowser StructBrowser, GUI for browsing any structure (or nested structures) and plotting its fields. | 26 | 6 | ||
| 18 Jun 2009 | JSON Parser Parses JSON strings into structures and cells | 57 | 6 | |||
| 15 Jun 2009 |
|
Printing Variables to HTML Tables in Published Code This file lets you display variables as HTML tables in your published MATLAB files. | 28 | 5 | ||
| 11 Jun 2009 |
|
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 | 144 | 4 | ||
| 08 Jun 2009 |
|
Counting Teeth Use some image processing algorithms to count the number of teeth on a gear. | 30 | 3 | ||
| 24 May 2009 | compare, alltrue compares structs, cells and arrays element-by-element | 22 | 3 | |||
| 24 May 2009 | combineOpt Combine user provided option's structure with a default one | 19 | 1 | |||
| 22 May 2009 |
|
MCShape Multiparticle Tracking algorithm for cell motion and morphology | 48 | 0 | ||
| 17 May 2009 | cell2num.m convert a cell array to a double precision array | 124 | 2 | |||
| 15 May 2009 |
|
CMorph Tracking algorithm for cell motion and morphology | 30 | 2 | ||
| 07 May 2009 | string lookup lookup(c, str) compares the string in str against each element of the cell array c | 108 | 0 | |||
| 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 . | 37 | 2 | |||
| 28 Apr 2009 |
|
cellhist Plots a Histogram based on cell string array. | 13 | 0 | ||
| 24 Apr 2009 |
|
save matlab data This function saves bi-dimensional data to a tab delimited file with whatever extension. | 22 | 0 | ||
| 24 Apr 2009 |
|
*.txt read This function reads a tab delimited txt file into a cell array. | 33 | 0 | ||
| 24 Mar 2009 |
|
multidimensional cell-based bsxfun generalization Preliminary M-ary singleton expansion based upon cell arrays sequentially sent to user function. | 81 | 1 | ||
| 19 Mar 2009 | Compare anything Compares quantatively structs, cell, array, element by element. | 23 | 3 | |||
| 26 Feb 2009 |
|
vsize: a pedestrian variable decoder vsize determines the dimension, size, and class for complicated named or unnamed variables | 136 | 4 | ||
| 21 Dec 2008 | CountMember Count members. | 118 | 4 | |||
| 16 Dec 2008 |
|
Get HTML Table Data into MATLAB Identify tables and interactively select the data to bring into MATLAB. | 41 | 1 | ||
| 04 Dec 2008 | rgb2name Names a color based on its RGB-triple colorspec. Knows over 400 color names. | 18 | 0 | |||
| 02 Nov 2008 |
|
CTMSIM - an interactive freeway traffic macrosimulator Freeway traffic simulation based on Asymmetric Cell Transmission Model | 14 | 0 | ||
| 03 Oct 2008 | CATSTRUCT Concatenate structures (v2.2, oct 2008). | 201 | 12 | |||
| 27 Aug 2008 |
|
Merge dataset arrays (in a SQL equijoin) | 96 | 0 | ||
| 25 Aug 2008 | SORTFIELDS SORTFIELDS sort values in all fields within a structure. | 141 | 3 | |||
| 25 Aug 2008 |
|
javaTable Simple function to display cell array data in a nice looking Java JTable | 151 | 2 | ||
| 25 Aug 2008 |
|
Use a hash table (Java class wrapper) | 124 | 1 | ||
| 28 Jul 2008 | cell2css Convert a cell array of strings to a comma-separated string for meta-programming or generating M-fil | 10 | 0 | |||
| 24 Jul 2008 | csv2cell Parse CSV files from Excel, mixed data types, to cell array. | 68 | 4 | |||
| 10 Jul 2008 | num2cellstr num2CellStr converts numeric or logical array to a cell array of strings | 38 | 1 | |||
| 27 Jun 2008 | Cell Array to CSV-file [cell2csv.m] Writes a cell array into a CSV-file. | 190 | 16 | |||
| 17 Jun 2008 |
|
latex_table Export data to latex table | 39 | 0 | ||
| 16 Jun 2008 | csv2cell This functions reads a a text file into a cell array | 27 | 1 | |||
| 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 | 21 | 1 | |||
| 27 May 2008 |
|
ANY2CSV Exports any type of MATLAB data to a nicely formated csv-file | 69 | 7 | ||
| 12 May 2008 | CELL2FLOAT converts cell array into scalar float array | 143 | 1 | |||
| 06 May 2008 | cell2file cell2files writes cells of a cellarray (both numeric and text ones) to a file | 22 | 3 | |||
| 14 Apr 2008 | rowmatrix indexing index matrices in rowwise fashion | 14 | 3 | |||
| 04 Apr 2008 | Order all fields Order fields of a structure array on all levels | 22 | 0 | |||
| 02 Apr 2008 |
|
Video Tutorial: MATLAB Basics: Cell arrays for holding different data types Three minute video shows the basics of cell arrays | 27 | 0 | ||
| 31 Mar 2008 | lookupTable Creates a lookup table for a collection of key/value pairs | 30 | 2 | |||
| 31 Mar 2008 | csxfun bsxfun for cell arrays | 37 | 0 | |||
| 20 Mar 2008 | STRUCT2XML4EXCEL Write a large struct to xml for edting in Excel, and load it back into a struct. | 27 | 0 | |||
| 09 Mar 2008 | Structure outline Prints the hierarchy outline of a structure with optionally, field values. | 25 | 9 | |||
| 05 Mar 2008 | Sorting a Cell Array This function will sort a cell array even if it is mixed. | 75 | 8 | |||
| 03 Mar 2008 |
|
Excel Column Name to Number Converts a cell array of Excel column names to an array of Excel column numbers | 20 | 0 | ||
| 25 Feb 2008 | struct2str recursive Displays a struct's content in a list box. View a substruct's content by selecting its list entry. | 74 | 1 | |||
| 20 Feb 2008 |
|
Nested Structure to Flat Cell Vector Tools to flatten a nested struct into cell | 13 | 4 | ||
| 19 Feb 2008 |
|
Video Tutorial: MATLAB Basics: Structures of arrays vs Arrays of structures Five minute video shows the use of Structures of arrays and Arrays of structure | 27 | 1 | ||
| 30 Jan 2008 | indmax Finds maximum and its index of an N-dimensional array. | 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. | 23 | 3 | |||
| 15 Jan 2008 |
|
Display data as an HTML table Display a matrix or cell array as a HTML formatted table | 53 | 6 | ||
| 01 Oct 2007 | Send Text Message to Cell Phone Send text message to cell phone or other mobile devices | 131 | 15 | |||
| 24 Sep 2007 |
|
Structure display simple recursive display of a structure content in Matlab | 49 | 3 | ||
| 14 Aug 2007 |
|
explorestruct MATLAB Utility for exploring structures and plotting its fields. | 39 | 18 | ||
| 30 Jul 2007 | A much improved CHAR2LINE Returns a character array or cellstr as a single, delimited string. Useful for building ascii files. | 107 | 0 | |||
| 16 Jul 2007 |
|
fpat: a fuzzy pattern detector the only pattern detector you will ever need | 117 | 2 | ||
| 02 Jul 2007 | Data Manipulation Toolbox Manipulation of data such as string, array, cell array and struct, and a unit testing framework | 132 | 4 | |||
| 15 Jun 2007 | cell2num Used to convert 2 dimensional cell array of single numbers to a matrix. | 52 | 7 | |||
| 07 Jun 2007 | rsplit Splits a delimited string into a cell array using a regular expression. | 116 | 6 | |||
| 07 Jun 2007 | unique_no_sort Like unique.m but without sorting | 25 | 10 | |||
| 11 May 2007 | cellmatrix2str & str2cellmatrix Parses sentances into cells of individual words, and the reverse | 90 | 4 | |||
| 01 Apr 2007 | readtext Any text (file) you give it, readtext returns an array of the contents. You can chose delimiter etc. | 235 | 25 | |||
| 21 Mar 2007 | Wildcard selection Simple GUI to allow user to select from cell array of strings using wildcard search | 20 | 0 | |||
| 12 Mar 2007 | strrepx Replace string with another in any location of a mixed cell/struct - data structure | 10 | 1 | |||
| 23 Feb 2007 | struct2ws Throws selected fields of a scalar structure in the current workspace. | 24 | 1 | |||
| 23 Feb 2007 | ws2struct Stores current workspace in a structure array. | 26 | 1 | |||
| 20 Feb 2007 | cell2str Convert a 2-D cell array of strings to a string in MATLAB syntax. | 233 | 3 | |||
| 14 Feb 2007 | CELP (CELl Processing) Package for LISP-like functional computations in Matlab | 21 | 1 | |||
| 26 Jan 2007 |
|
Display structures with differences Function to display in the command line array of structures and mark different field values. | 10 | 3 | ||
| 27 Nov 2006 | Memory mapping matrices memory mapping and accessing matrices | 20 | 4 | |||
| 26 Sep 2006 | DataStructures Set and map datastructures implemented in pure Matlab | 20 | 0 | |||
| 09 Aug 2006 | GROUP2CELL group values into cells | 93 | 2 | |||
| 10 Jul 2006 | str2file writes a cell array of strings into a file | 27 | 6 | |||
| 10 Jul 2006 | file2str converts a text file into a cell array | 27 | 1 | |||
| 30 May 2006 |
|
cell2nestedstruct CELL2NESTEDSTRUCT converts an MxN cell array into a nested 1x1 structure array | 6 | 1 | ||
| 26 May 2006 |
|
nestedstruct2cell NESTEDSTRUCT2CELL converts a nested 1x1 structure array into an MxN cell array | 12 | 1 | ||
| 26 Apr 2006 | Cell 'Find And Replace' Finds all occurrences of NaN in a cell array and replaces them. | 38 | 3 | |||
| 03 Apr 2006 | Unfold structure arrays Recursively display the contents of structure arrays | 20 | 3 | |||
| 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 | 24 | 0 | |||
| 20 Mar 2006 | Implementation of Improved Hash Algorithms. Matlab implementation of MD5,SHA ,RIPEMD | 21 | 2 | |||
| 03 Mar 2006 | DEALCELL Deals cell elements to variables (similar to DEAL) | 111 | 4 | |||
| 21 Feb 2006 | collapse.m Removes degenerate portions of a cell array tree. | 112 | 1 | |||
| 21 Feb 2006 | mtx2charcell Converts a matrix of numbers into a cell array of strings. | 102 | 4 | |||
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