image thumbnail

updated 3 days ago

UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers by Yair Altman

Split a container (figure/frame/uipanel) into two resizable sub-containers, like Java's JSplitPane (java, gui tools, gui)

uisplitpane(varargin)

image thumbnail

updated 17 days ago

Imsplit by Jurgen

Split image or matrix into subparts using simple syntax. (image processing, chunk, parts)

imsplit(I,N,DIMS)

image thumbnail

updated 1 year ago

slices by Jeremy Manning

Slice a tensor (n-d matrix) along the d^th dimension. (repmat, cellfun, arrayfun)

slices(m,d)

image thumbnail

updated 1 year ago

splitstring by Ivar Eskerud Smith

Split a string into a cell array by specifying a delimiter. (split, cellstring, string)

splitstring( str, varargin )

image thumbnail

updated 1 year ago

Split nD-array into equal sized cells by Matt J

Splits an array of any dimension into cell array of equal sized chunks. (blockproc, tile, block)

outCell=mat2tiles(inArray,varargin)

image thumbnail

updated 1 year ago

splitFV - split a mesh by Sven

Splits a 2D or 3D mesh defined by faces and vertices into separately connected mesh pieces. (mesh, separate, split)

splitFV( f, v )

image thumbnail

updated 1 year ago

odesplit by Richard Crozier

Splits evaluation of a system of differential equations into chunks to avoid out of memory errors (ode, split)

odesplit(odefcn, odeevfcn, tspan, y0, odeoptions, spfcn, va...

rigid(t,y)

rigidspfcn(results, sol)

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

Resolution Map by Michael Chan

Illustrates Professor Grigoryan's Resolution Map (2D image). (image processing, transform, map)

B=ft_pst(A,p,s)

[TP,TS]=t1_ps(p,s,N,mps)

[TT2,N_all]=Jset(N)

image thumbnail

updated 2 years ago

Splitting Signals by Michael Chan

Illustrates Professor Grigoryan's split signals (2D image) and tensor representations. (image processing, fast, transform)

A=correct_image(A);

B=ft_pst(A,p,s)

PSNR(A,B)

image thumbnail

updated 2 years ago

Group Equally by Ged Ridgway

Categorise data into quantiles (categorize, categorise, split)

group_equally(x, n)

image thumbnail

updated almost 3 years ago

Separate Kernel in 1D kernels by Dirk-Jan Kroon

Decompose an arbitrary N dimensional filtering kernel into 1D kernels, for faster filtering (2d, gaussian, 3d)

[K1 KN ERR]=SeparateKernel(H)

image thumbnail

updated 4 years ago

String Toolkits by Dahua Lin

A set of useful string manipulation functions that MATLAB does not offer (strings, split, join string)

strendswith(s, pat)

strgsub(s, re, replacement)

strjoin(terms, delimiter)

image thumbnail

updated almost 6 years ago

rsplit by Gerald Dalley

Splits a delimited string into a cell array using a regular expression. (explode, array, break)

rsplit(r,s)

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

Split/Mix YUV component in CIF 4:2:0 video file by Kanchi

Split/Mix YUV component in CIF 4:2:0 video file (gui, display, annotation)

func_YUV_mix

func_YUV_split

func_read_cif

image thumbnail

updated 7 years ago

SplitFunctions by Michael Robbins

takes a file with many functions in it and splits those functions up into as many files, entitled wi (path, directories, files)

SplitFunctions(filename,targetdir,DOWAITBAR)

image thumbnail

updated 7 years ago

CatOrSplitFile by Michael Robbins

concatenates or splits files with an optional token header. (path, directories, files)

CatOrSplitFiles(varargin)

RemoveCatOrSplitFilesHeaders(infilename,outfilename)

WhichCatOrSPlitFiles(filename)

image thumbnail

updated 8 years ago

phrase2word.m by Stefan Billig

String separation - useful for ASCII data header lines (strings, split, string)

out=phrase2word(inVar, varargin);

image thumbnail

updated 9 years ago

split by Gerald Dalley

Splits a delimited string into a cell array. (split, cell, strings)

split(d,s)

image thumbnail

updated 10 years ago

SplitTxtFile by Michael Robbins

Splits a very large text file into smaller ones. (data import, data export, file)

splittxtfile(infile,size,formattype,TEST)

image thumbnail

updated 15 years ago

str2strs.m by David Malicky

Takes a deliminated string s and breaks it up into sub-strings stored in a cell-array of strings. (strings, string, break)

y=str2strs(s)

Contact us