Search Files

Advanced Search
Go
 
Loading tag cloud...

Files

 
Date   File Tags Downloads
(last 30 days)
Comments Ratings
29 Oct 2009 Array merger This will merge two arrays into one array of cells. Author: Maurits Boeije merge, cell arrays, combine 39 1
  • 1.0
1.0 | 1 rating
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
12 Sep 2009 Screenshot CStrAinBP Overlapping elements of 2 cell strings. 10-20 times faster than INTERSECT/ISMEMBER/SETDIFF. Author: Jan Simon comparison, lookup, cell string, intersect, mex, string 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'. 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
25 Aug 2009 Published M-Files 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 Author: Tom Gaudette books, article, tips, publish, cell mode, book author help 115 1
03 Aug 2009 char2cell Converts a character array (or cell string) array to a cell string array using delimiters and rows. Author: Mirko Hrovat char, tokenize, delimiter, cell, string, parse 125 0
23 Jul 2009 (another) JSON Parser Parses JSON strings into structures and cells. Author: François Glineur json, cell arrays, cells, javascript, parser 89 11
  • 5.0
5.0 | 3 ratings
13 Jul 2009 hashtable class general purpose hashtable Author: Christopher utili, values, hashtable, keys, type, structures 61 1
  • 5.0
5.0 | 1 rating
10 Jul 2009 logical2cellstr, cellstr2logical Convert from a logical array to a cell array of 'true'/'false' strings and back again. Author: Richie Cotton logical, conversion, cell, utility 127 1
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
30 Jun 2009 flattin/merging nested cells {{a}, b, {c,{d;e}}} --> {a,b,c,d,e} Author: Oleg Komarov matrix, cell, nested cells 11 9
  • 3.0
3.0 | 1 rating
24 Jun 2009 CStrCatStr Cat 2 or 3 strings/cell strings MEX: 10 times faster than STRCAT Author: Jan Simon concatenation, cell string, mex, string, strcat 125 0
19 Jun 2009 Screenshot StructBrowser StructBrowser, GUI for browsing any structure (or nested structures) and plotting its fields. Author: Hassan Lahdili structures, cell arrays, browse, utilities, browse structure 26 6
  • 4.75
4.8 | 9 ratings
18 Jun 2009 JSON Parser Parses JSON strings into structures and cells Author: Joel Feenstra converts, json, webservice, data import, parses, strings 57 6
  • 4.0
4.0 | 1 rating
15 Jun 2009 Screenshot Printing Variables to HTML Tables in Published Code This file lets you display variables as HTML tables in your published MATLAB files. Author: Ned Gulley html, potw, cell mode, publishing 28 5
  • 3.5
3.5 | 4 ratings
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
08 Jun 2009 Screenshot Counting Teeth Use some image processing algorithms to count the number of teeth on a gear. Author: Ned Gulley counting teeth, white paper, cell execution mode, whitepaper, article, paper 30 3
  • 4.83333
4.8 | 6 ratings
24 May 2009 compare, alltrue compares structs, cells and arrays element-by-element Author: Dario compare, cell, array, string, struct 22 3
  • 5.0
5.0 | 1 rating
24 May 2009 combineOpt Combine user provided option's structure with a default one Author: Andrey Popov default, options, structures, function, cell arrays, combine 19 1
22 May 2009 Screenshot MCShape Multiparticle Tracking algorithm for cell motion and morphology Author: Brian Schmidt cell tracking, biotech, cell morphology, pharmaceutical, image processing 48 0
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
15 May 2009 Screenshot CMorph Tracking algorithm for cell motion and morphology Author: Brian Schmidt biotech, morphology, cell tracking, pharmaceutical, rolling 30 2
  • 4.0
4.0 | 1 rating
07 May 2009 string lookup lookup(c, str) compares the string in str against each element of the cell array c Author: Phillip M. Feldman lookup, string comparison, string matching, cell arrays, cell arrays of string..., string lookup 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 . Author: Maximilien Chaumon cellstr, cell array, find, cell, search, string 37 2
  • 3.0
3.0 | 2 ratings
28 Apr 2009 Screenshot cellhist Plots a Histogram based on cell string array. Author: Tal Shir char, cell, histogram, string, hist 13 0
24 Apr 2009 Screenshot save matlab data This function saves bi-dimensional data to a tab delimited file with whatever extension. Author: Giuliano Langella data, save, export, delimited, cell, header 22 0
24 Apr 2009 Screenshot *.txt read This function reads a tab delimited txt file into a cell array. Author: Giuliano Langella demilited, txt, import, cell, tab, read 33 0
24 Mar 2009 Screenshot multidimensional cell-based bsxfun generalization Preliminary M-ary singleton expansion based upon cell arrays sequentially sent to user function. Author: michaelB brost cell, bsxfun 81 1
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
26 Feb 2009 Screenshot vsize: a pedestrian variable decoder vsize determines the dimension, size, and class for complicated named or unnamed variables Author: us structures, variable, length, ndims, whos, size 136 4
  • 5.0
5.0 | 4 ratings
21 Dec 2008 CountMember Count members. Author: Jos unique, count, potw, utility, cell, count member 118 4
  • 5.0
5.0 | 5 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
02 Nov 2008 Screenshot CTMSIM - an interactive freeway traffic macrosimulator Freeway traffic simulation based on Asymmetric Cell Transmission Model Author: Alex Kurzhanskiy conservation laws, cell transmission mod..., lwr, ctm, traffic flow, traffic macrosimulati... 14 0
03 Oct 2008 CATSTRUCT Concatenate structures (v2.2, oct 2008). Author: Jos structs, merge, structures, struct, cell arrays, concatenate 201 12
  • 4.63636
4.6 | 11 ratings
27 Aug 2008 Screenshot Merge dataset arrays (in a SQL equijoin) Author: Dimitri Shvorob dataset, structures, merge, join, cell arrays, sql 96 0
25 Aug 2008 SORTFIELDS SORTFIELDS sort values in all fields within a structure. Author: Ian Howat structures, field, cell arrays, sort, utilities, structure 141 3
  • 5.0
5.0 | 3 ratings
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
25 Aug 2008 Screenshot Use a hash table (Java class wrapper) Author: Dimitri Shvorob hash, structures, dictionary, cell arrays, utilities 124 1
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
24 Jul 2008 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert structures and cell a..., mixed data type, structures, cell arrays, utilities, parse csv 68 4
  • 5.0
5.0 | 1 rating
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
17 Jun 2008 Screenshot latex_table Export data to latex table Author: Andrea Vannuccini data import, latex table matrix ta..., data export 39 0
16 Jun 2008 csv2cell This functions reads a a text file into a cell array Author: Sergey cell2csv, csv, xlsread, data import, textread, cell 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 Author: Paul A.M. Bune structures, field names, search, cell arrays, list, structure array 21 1
  • 5.0
5.0 | 1 rating
27 May 2008 Screenshot ANY2CSV Exports any type of MATLAB data to a nicely formated csv-file Author: Felix Zoergiebel data import, potw, data export, export struct export ... 69 7
  • 4.33333
4.3 | 3 ratings
12 May 2008 CELL2FLOAT converts cell array into scalar float array Author: Jos values, convert, change, double, matrices, array 143 1
  • 4.0
4.0 | 1 rating
06 May 2008 cell2file cell2files writes cells of a cellarray (both numeric and text ones) to a file Author: Luca Cerone export cell, export cellarray, data import, export, cell, data export 22 3
  • 4.66667
4.7 | 3 ratings
14 Apr 2008 rowmatrix indexing index matrices in rowwise fashion Author: Shoeb Temrikar matrices, structures, indexing, cell arrays, utilities 14 3
  • 1.0
1.0 | 3 ratings
04 Apr 2008 Order all fields Order fields of a structure array on all levels Author: Paul A.M. Bune recursive, structures, orderfields, cell arrays, structure array 22 0
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 27 0
  • 1.0
1.0 | 2 ratings
31 Mar 2008 lookupTable Creates a lookup table for a collection of key/value pairs Author: Dan Cohn lookup table, cellfun, memoize, structures, data structure, function handle 30 2
  • 2.0
2.0 | 1 rating
31 Mar 2008 csxfun bsxfun for cell arrays Author: Dan Cohn binary operation, vectorizatio, cellfun, cell, structures, function handle 37 0
20 Mar 2008 STRUCT2XML4EXCEL Write a large struct to xml for edting in Excel, and load it back into a struct. Author: Scott Frasso struct xml excel, structures, cell arrays 27 0
09 Mar 2008 Structure outline Prints the hierarchy outline of a structure with optionally, field values. Author: B. Roossien structure tree outlin..., structures, cell arrays 25 9
  • 4.71429
4.7 | 8 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 75 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
25 Feb 2008 struct2str recursive Displays a struct's content in a list box. View a substruct's content by selecting its list entry. Author: Felix Zoergiebel conversion, char strings, structures, struct display, substuct, struct 74 1
20 Feb 2008 Screenshot Nested Structure to Flat Cell Vector Tools to flatten a nested struct into cell Author: Hoi Wong nested struct flat ce..., structures, cell arrays 13 4
  • 3.66667
3.7 | 3 ratings
19 Feb 2008 Screenshot 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 Author: Doug Hull cell, array, tutorial, video, structure 27 1
  • 5.0
5.0 | 1 rating
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 Jan 2008 Screenshot Display data as an HTML table Display a matrix or cell array as a HTML formatted table Author: Gus Brown cell matrix html, potw, structures, cell arrays 53 6
  • 4.5
4.5 | 2 ratings
01 Oct 2007 Send Text Message to Cell Phone Send text message to cell phone or other mobile devices Author: Ke Feng cell phone, sms, gmail, email, text mesage 131 15
  • 4.44444
4.4 | 9 ratings
24 Sep 2007 Screenshot Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux structures, cell arrays, display recursive, utilities 49 3
  • 3.25
3.2 | 4 ratings
14 Aug 2007 Screenshot explorestruct MATLAB Utility for exploring structures and plotting its fields. Author: Hassan Lahdili explore structures, structures, cell arrays, utilities 39 18
  • 3.93333
3.9 | 16 ratings
30 Jul 2007 A much improved CHAR2LINE Returns a character array or cellstr as a single, delimited string. Useful for building ascii files. Author: Ian Howat char, ascii, cellstr, line, delimiter, cell 107 0
16 Jul 2007 Published M-Files fpat: a fuzzy pattern detector the only pattern detector you will ever need Author: us matrix, fuzzy, array, cell, find, string 117 2
  • 4.33333
4.3 | 3 ratings
02 Jul 2007 Data Manipulation Toolbox Manipulation of data such as string, array, cell array and struct, and a unit testing framework Author: Dahua Lin string cell struct un... 132 4
  • 3.5
3.5 | 2 ratings
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
11 May 2007 cellmatrix2str & str2cellmatrix Parses sentances into cells of individual words, and the reverse Author: Aman Siddiqi convert, cell2str, conversion, str2cell, matrices, cell 90 4
  • 2.6
2.6 | 5 ratings
01 Apr 2007 readtext Any text (file) you give it, readtext returns an array of the contents. You can chose delimiter etc. Author: Peder Axensten data export, delimited, data import, potw, array, cell 235 25
  • 4.71875
4.7 | 32 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
12 Mar 2007 strrepx Replace string with another in any location of a mixed cell/struct - data structure Author: Mathias Benedek strrep, structures, replace, cell arrays, utilities 10 1
23 Feb 2007 struct2ws Throws selected fields of a scalar structure in the current workspace. Author: Maximilien Chaumon structures, workspace, cell arrays, utilities 24 1
  • 4.0
4.0 | 2 ratings
23 Feb 2007 ws2struct Stores current workspace in a structure array. Author: Maximilien Chaumon stores, structures, workspace, cell arrays, utilities 26 1
20 Feb 2007 cell2str Convert a 2-D cell array of strings to a string in MATLAB syntax. Author: Per-Anders Ekstrom cell arrays, structures, cell string mat2str 233 3
  • 4.66667
4.7 | 3 ratings
14 Feb 2007 CELP (CELl Processing) Package for LISP-like functional computations in Matlab Author: Yuryi Gribov structures, functional programmin..., cell arrays, lisp 21 1
  • 4.0
4.0 | 1 rating
26 Jan 2007 Screenshot Display structures with differences Function to display in the command line array of structures and mark different field values. Author: Alessandro Toso commands, structs, structures, function, cell arrays, display 10 3
  • 2.66667
2.7 | 3 ratings
27 Nov 2006 Memory mapping matrices memory mapping and accessing matrices Author: David B. Omer memory mapping files ..., structures, cell arrays 20 4
  • 5.0
5.0 | 4 ratings
26 Sep 2006 DataStructures Set and map datastructures implemented in pure Matlab Author: Paul Richards structures, tree, binary, set, cell arrays, map 20 0
09 Aug 2006 GROUP2CELL group values into cells Author: Jos cellfun, cell, matrices, count, group, hist 93 2
  • 4.0
4.0 | 1 rating
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
30 May 2006 Screenshot cell2nestedstruct CELL2NESTEDSTRUCT converts an MxN cell array into a nested 1x1 structure array Author: Todd Pataky cell, structures, cell arrays, nested, structure 6 1
  • 5.0
5.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
03 Apr 2006 Unfold structure arrays Recursively display the contents of structure arrays Author: Frank Tap display structure arr..., structures, cell arrays 20 3
  • 3.0
3.0 | 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
20 Mar 2006 Implementation of Improved Hash Algorithms. Matlab implementation of MD5,SHA ,RIPEMD Author: sri devi hash algorithm, structures, cell arrays, utilities 21 2
  • 1.0
1.0 | 1 rating
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
21 Feb 2006 collapse.m Removes degenerate portions of a cell array tree. Author: Gerald Dalley branch, cell, structures, tree, cell arrays, collapse 112 1
  • 4.0
4.0 | 1 rating
21 Feb 2006 mtx2charcell Converts a matrix of numbers into a cell array of strings. Author: Gerald Dalley string cell number, strings 102 4
  • 4.0
4.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