image thumbnail

updated 4 months ago

CATSTRUCT by Jos (10584)

Concatenate/merge structures (v3.0, mar 2013). (concatenate, cell arrays, merge)

catstruct(varargin)

image thumbnail

updated 1 year ago

Structure display by Thomas Deneux

simple recursive display of a structure content in Matlab (structures, cell arrays, display recursive)

fn_structdisp(Xname)

image thumbnail

updated 1 year ago

combineOpt by Andrey Popov

Combine user provided option's structure with a default one (structures, cell arrays, function)

combineOpt(options,default_options)

image thumbnail

updated 2 years ago

(another) JSON Parser by François Glineur

Parses JSON strings into structures and cell arrays. (json, cells, javascript)

parse_json(string)

image thumbnail

updated 2 years ago

SHOWCELL & CELL\DISP by Jiro Doke

Displays cell array with long strings in the command window. (structures, cell arrays, cell array)

disp(arg)

display(arg)

showcell(varargin)

image thumbnail

updated almost 3 years ago

Simple Hashtable - Repackaged by Dean Mark

Simple hashtable class repackaged in the new matlab class format. (cell arrays, data structure, hash)

Hashtable

hash_test.m

image thumbnail

updated 3 years ago

collapseStructure by Caradoc

Returns an n dimensional cell array of the values of a given field in a structure of depth n (structures, cell arrays)

collapseStructure(inStructure,retField,dim)

padCell(cell1,cell2)

image thumbnail

updated 3 years ago

STRUCTCOMPVIS by Scott Hirsch

Use visual differencing tool to compare two structures. (structures, cell arrays, structure)

structcompvis(s1,s2)

image thumbnail

updated 3 years ago

Array merger by Maurits Boeije

This will merge two arrays into one array of cells. (cell arrays, combine, merge)

combine(lijst1,lijst2)

image thumbnail

updated almost 4 years ago

hashtable class by Christopher

general purpose hashtable (structures, cell arrays, hashtable)

hashtable(varargin)

pumpkin(val)

hashtable_tests.m

image thumbnail

updated 4 years ago

StructBrowser by Hassan Lahdili

StructBrowser, GUI for browsing any structure (or nested structures) and plotting its fields. (browse structure, browse, cell arrays)

StructBrowser_gui_g.m

copy_all_struct.m

StructBrowser.m

image thumbnail

updated 4 years ago

JSON Parser by Joel Feenstra

Parses JSON strings into structures and cells (data import, json, cell arrays)

parse_json(json)

image thumbnail

updated 4 years ago

string lookup by Phillip M. Feldman

lookup(c, str) compares the string in str against each element of the cell array c (lookup, string matching, string comparison)

lookup(c, str)

image thumbnail

updated almost 5 years ago

Merge dataset arrays by Dimitri Shvorob

(in a SQL equijoin) (dataset, sql, join)

joindst(x,y,type,varargin)

image thumbnail

updated almost 5 years ago

SORTFIELDS by Ian Howat

SORTFIELDS sort values in all fields within a structure. (structures, cell arrays, field)

sortfields(varargin)

image thumbnail

updated almost 5 years ago

javaTable by Matt Dunham

Simple function to display cell array data in a nice looking Java JTable (java, jtable, table)

javaTable(data,columnNames,tableName)

image thumbnail

updated almost 5 years ago

Use a hash table by Dimitri Shvorob

(Java class wrapper) (hash, structures, cell arrays)

Hashtable

image thumbnail

updated almost 5 years ago

csv2cell by Arthur Hebert

Parse CSV files from Excel, mixed data types, to cell array. (structures, cell arrays, parse csv)

csv2cell(varargin)

image thumbnail

updated almost 5 years ago

num2cellstr by Andrew Watson

num2CellStr converts numeric or logical array to a cell array of strings (cellstr, structures, num2cellstr)

num2cellstr(x, format)

image thumbnail

updated 5 years ago

Flexible search and listing tool for field names in a structure array by Paul A.M. Bune

Searches for field names in a structure array and lists them (structures, cell arrays, search)

...

image thumbnail

updated 5 years ago

rowmatrix indexing by Shoeb Temrikar

index matrices in rowwise fashion (structures, cell arrays, indexing)

rowmatrix.m

image thumbnail

updated 5 years ago

Order all fields by Paul A.M. Bune

Order fields of a structure array on all levels (structures, cell arrays, orderfields)

OrderAllFields(StructToSort)

image thumbnail

updated 5 years ago

lookupTable by Dan Cohn

Creates a lookup table for a collection of key/value pairs (structures, cell arrays, lookup table)

lookupTable(varargin)

image thumbnail

updated 5 years ago

csxfun by Dan Cohn

bsxfun for cell arrays (structures, cell arrays, cell)

csxfun(fhandle,x,y,varargin)

image thumbnail

updated 5 years ago

STRUCT2XML4EXCEL by Scott Frasso

Write a large struct to xml for edting in Excel, and load it back into a struct. (structures, cell arrays, struct xml excel)

struct2xml(testStruct,xmlFileName)

xml2struct(xmlFileName)

README.m

image thumbnail

updated 5 years ago

Structure outline by B.

Prints the hierarchy outline of a structure with optionally, field values. (structure tree outlin..., cell arrays, structures)

strucdisp(Structure, depth, printValues, maxArrayLength, fi...

image thumbnail

updated 5 years ago

Sorting a Cell Array by Jeff Jackson

This function will sort a cell array even if it is mixed. (cell arrays, sort cell array, structures)

sortcell(X, DIM)

image thumbnail

updated 5 years ago

struct2str recursive by Felix Zoergiebel

Displays a struct's content in a list box. View a substruct's content by selecting its list entry. (structures, cell arrays, struct)

struct2str(s, disp_str, index_of_fields_to_use, x_ratio, y_...

image thumbnail

updated 5 years ago

Display data as an HTML table by Gus Brown

Display a matrix or cell array as a HTML formatted table (cell matrix html, cell arrays, structures)

GTHTMLtable(varargin)

image thumbnail

updated almost 6 years ago

explorestruct by Hassan Lahdili

MATLAB Utility for exploring structures and plotting its fields. (cell arrays, explore structures, utilities)

explorestruct.m

es_demo.m

image thumbnail

updated 6 years ago

cell2num by Darren

Used to convert 2 dimensional cell array of single numbers to a matrix. (structures, cell arrays, cell conversion)

[outputmat]=cell2num(inputcell)

image thumbnail

updated 6 years ago

strrepx by Mathias Benedek

Replace string with another in any location of a mixed cell/struct - data structure (structures, cell arrays, strrep)

strrepx(v, s1, s2)

image thumbnail

updated 6 years ago

struct2ws by Maximilien Chaumon

Throws selected fields of a scalar structure in the current workspace. (structures, cell arrays, workspace)

struct2ws(s,varargin)

image thumbnail

updated 6 years ago

ws2struct by Maximilien Chaumon

Stores current workspace in a structure array. (structures, cell arrays, workspace)

ws2struct(varargin)

image thumbnail

updated 6 years ago

cell2str by Per-Anders Ekstrom

Convert a 2-D cell array of strings to a string in MATLAB syntax. (cell arrays, structures, cell string mat2str)

cell2str(cellstr)

image thumbnail

updated 6 years ago

CELP (CELl Processing) by Yuryi Gribov

Package for LISP-like functional computations in Matlab (structures, cell arrays, functional programmin...)

cpapply(f,x)

cpbind(f,n,g)

cpeval(m,f,varargin)

image thumbnail

updated 6 years ago

Display structures with differences by Alessandro Toso

Function to display in the command line array of structures and mark different field values. (structures, cell arrays, structs)

display_structs( t )

image thumbnail

updated 6 years ago

Memory mapping matrices by David B. Omer

memory mapping and accessing matrices (structures, cell arrays, memory mapping files ...)

MemMapBin(filename,writable)

WriteBinFile(filename,datadim)

image thumbnail

updated almost 7 years ago

DataStructures by Paul Richards

Set and map datastructures implemented in pure Matlab (structures, cell arrays, binary)

DefaultComparator(left, right)

SortedSetTest

SortedSetTest

image thumbnail

updated 7 years ago

cell2nestedstruct by Todd Pataky

CELL2NESTEDSTRUCT converts an MxN cell array into a nested 1x1 structure array (structures, cell arrays, cell)

cell2nestedstruct(C)

image thumbnail

updated 7 years ago

nestedstruct2cell by Todd Pataky

NESTEDSTRUCT2CELL converts a nested 1x1 structure array into an MxN cell array (structures, cell arrays, structure)

nestedstruct2cell(S,root)

image thumbnail

updated 7 years ago

Cell 'Find And Replace' by Yoav Mor

Finds all occurrences of NaN in a cell array and replaces them. (structures, cell arrays, cell)

cellNaNReplace (cellData, replaceWith)

image thumbnail

updated 7 years ago

Unfold structure arrays by Frank Tap

Recursively display the contents of structure arrays (structures, cell arrays, display structure arr...)

unfold(SC,varargin)

image thumbnail

updated 7 years ago

Convert Struct to Cell Array With Column Headers by Andrew Blackburn

Converts a populated struct into a cell array with field names as column headers (strcut cell array exc..., cell arrays, structures)

structToCellArrayWithHeaders ( inStruct )

image thumbnail

updated 7 years ago

Implementation of Improved Hash Algorithms. by sri devi

Matlab implementation of MD5,SHA ,RIPEMD (hash algorithm, structures, cell arrays)

SHA1 ()

WtgenSHA1(input)

bin2dec2(input)

image thumbnail

updated 7 years ago

collapse.m by Gerald Dalley

Removes degenerate portions of a cell array tree. (structures, cell arrays, cell)

collapse(c)

image thumbnail

updated 7 years ago

chunkify by Gerald Dalley

Splits a vector or cell array into evenly-sized chunks. (structures, cell arrays, cell)

chunkify(data, chunkSize)

image thumbnail

updated 7 years ago

STRUCTDLG by Marco Cococcioni

This function takes a structure as input and then automatically builds a graphical user interface. (structures, cell arrays, inputdlg)

structdlg(s_old, fields_per_inputdlg)

image thumbnail

updated almost 8 years ago

AssignVarargin by Michael Robbins

it parses a parameter list. Given a set of variable names, it assigns the appropriate values to var (structures, cell arrays, varargout)

AssignVarargin(varargin,Prop,PClass)

image thumbnail

updated almost 8 years ago

CellOrNoCellRef by Michael Robbins

Use it to reduce awkward constructs (structures, cell arrays, cell)

CellOrNoCellRef(str,index)

Contact us