image thumbnail

updated 6 days ago

subplot_grid by Joris Kampman

A subplot figure with a lot of fancy features (subplot, merge, interactive axes)

subplot_grid.m

image thumbnail

updated 1 month ago

Reporting tools in the MATLAB and Simulink Environment by Roni Peer

Three ways to report your results to someone who doesn't use MATLAB. (report, matlab reports, compare)

snr(noisydata, original)

RUNME.m

myScript.m

image thumbnail

updated 1 month ago

CATSTRUCT by Jos (10584)

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

catstruct(varargin)

image thumbnail

updated 6 months ago

mergecellkey: Merge cell by key by Renwen Lin

mergecellkey: Merge cell by key (data import, merge, cell)

mergecellkey(A, B, keys)

mergecellskey(varargin)

showcell(varargin)

image thumbnail

updated 1 year ago

CatStruct2 by Hassan

Concatenates Structures (fields each depth are merged) (structure, construct, merge)

CatStruct2(Struct1, Struct2, SortOption)

image thumbnail

updated 1 year ago

CATPAD by Jonathan Sullivan

Concatenation of arbitrarily sized data along any dimension. (cell, merge, length)

catpad.m

image thumbnail

updated 1 year ago

PADCAT by Jos (10584)

concatenate vectors with different lengths by padding with NaN (v1.2, oct 2011) (matrix, matrices, matrix manipulation)

padcat(varargin)

image thumbnail

updated almost 2 years ago

Merge Structures by Grant Lohsen

Merges two structures of equal sizes. (structure, struct, merge)

fJoinStructures( InputStructure1, InputStructure2 )

image thumbnail

updated almost 2 years ago

Split/Merge Matlab figures. by T. R.

Split/Merge Matlab figures. (axes, fig, figure)

figmerge( FigLst, SubLoc, DstOpt, DoAxes, ...

figsplit( FigLst, DoAxes )

image thumbnail

updated 2 years ago

mergecell by Jeremy

Appends cell arrays together along the dimension of your choosing (limited to 2d cell arrays). (data exploration, merge, cell array)

mergecell(varargin)

image thumbnail

updated 2 years ago

K- Way external merge by GAGAN

Simulates the K-way merge sort common in database applications and finds out the associated cost. (external, merge, kway)

[I_cost,CPU_cost,M_cost,Total_cost,time]=externalsort(file,...

[I_cost,CPU_cost,M_cost,file]=pass0(file,B,Buffersize,N)

[a,CPU_cost]=quicksort(a,low,high,CPU_cost)

image thumbnail

updated 2 years ago

Merge sorted arrays by Bruno Luong

Given two already sorted arrays, the function combines them in an unique sorted array (sort, sorted, sortrows)

mergemex(varargin)

mergerowsmex(varargin)

mergesa(A, B, rowsflag)

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

Merge two sorted vectors into a sorted vector by Dr. Murtaza Khan

Merge two sorted vectors 'a' and 'b' into a sorted vector 'c' (merge, vectors, sorted)

c=mergesorted(a,b)

testmergesorted.m

image thumbnail

updated 4 years ago

Merge matrices by Dimitri Shvorob

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

joinmat(x,y,type)

image thumbnail

updated 4 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

Collate m-files by Dimitri Shvorob

(in a directory tree) (path, directories, files)

collate(path,file)

image thumbnail

updated 5 years ago

embededprogressbar by Jean-Yves Tinevez

EMBEDEDPROGRESSBAR An object-based progressbar, designed for tunability. (gui tools, example, progress bar)

embededprogressbar(varargin)

image thumbnail

updated almost 6 years ago

Builds reconciliation spreadsheet by Aman Siddiqi

Combines two spreadsheets with different row headers using two row header matching techniques. (data import, data export, build)

answer=wordcomp(word1,word2)

autorec.m

Contact us