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 5 months ago

Concatenate images/image files into a image mosaic by Nikolay S.

Concatenates image files into a single mosaic image in a manner similar to subplot (subplot, concat, image rocessing)

assignin_value(name,value)

fileNamesCell=filesListFromInput(filesDirsList, flagGUI, fi...

outFile=concatImageFiles2D(varargin)

image thumbnail

updated 12 months ago

Concatenate arrays with different sizes in Matlab by Andres

This function allows you to concatenate arrays with different sizes padding with NaN where needed. (array, concatenate, function)

[catmat]=padconcatenation(a,b,c)

image thumbnail

updated 1 year ago

append_pdfs by Oliver Woodford

Append/concatenate multiple PDF files into a single file using Ghostscript. (concatenate, pdf, append)

append_pdfs(varargin)

ghostscript(cmd)

user_string(string_name, string)

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

Loads Preferences File by Tiago

This function loads a .mat file containing a structure and appends all the loaded fields and respect (load, file, preferences)

Load_Pref_File(prefs_default, prefs_file)

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

BSXCAT by Bruno Luong

Concatenate two arrays along a specific dimension with auto expansion of singleton enabled. (concatenate, cat, bsxfun)

bsxcat(dim, A, B)

image thumbnail

updated 2 years ago

CStr2String by Jan Simon

Fast concatenation of cell strings to a string as C-Mex (cat, sprintf, cell string)

CStr2String(CStr, Sep, Trail)

uTest_CStr2String(doSpeed)

image thumbnail

updated almost 3 years ago

Cell2Vec by Jan Simon

Concatenate cell elements to a vector - fast C-Mex (cell, concatenate, cat)

Cell2Vec(C) %#ok<INUSD,STOUT>

uTest_Cell2Vec(doSpeed)

image thumbnail

updated almost 3 years ago

concatStruct by Gennady Erlikhman

Concatenate two structures as vectors or arrays. (concatenate, structure)

concatStruct(struct1,struct2,cat_method,dim)

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

INSERTROWS (v2.0, may 2008) by Jos (10584)

Insert rows into a matrix at specific locations (concatenate, rows, reshape)

insertrows(A,B,ind)

image thumbnail

updated almost 6 years ago

catdim by Andreas Hoechner

Unconcatenate array and catenate along other dimension. (matrices, cat, concatenate)

out=catdim(dims,a)

image thumbnail

updated almost 8 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 9 years ago

join by Gerald Dalley

Concatenates a set of strings, with a delimiter between each string. (join, strings, string manipulation)

join(d,varargin)

image thumbnail

updated 13 years ago

padadd by Dave Johnson

This is a function that concatenates data column arrays of possibly dissimilar sizes. (matrices, tools, data arrays)

padadd(A, x, index)

Contact us