image thumbnail

updated 10 days ago

Folders tree files list by Nikolay S.

Returns cell array of file names located under input folders. (dir, list, files)

fileNamesList=folderFiles(foldersList, nFolderDepth, filesF...

fullFileName=filesFullName(inFile, filesExtList, dlgTitle, ...

subFoldersList=folderSubFolders(foldersList, nFolderDepth, ...

image thumbnail

updated 7 months ago

Nested function, graphical user interface (GUI) and GUIDE tool by Bogumila & Zbigniew MROZEK

Nested function helps tuning 2-nd order oscilator: d2x/dt2 + beta*x + x = 0 with interactive GUI. (demo, gui, modeling)

oscillator.m

image thumbnail

updated 9 months ago

Parameter Iterator (paramiterator) by Matt Caywood

Allows complex arbitrarily nested loops to be flattened into a simple single loop. (simulation, control, loop)

paramiterator

image thumbnail

updated 2 years ago

Nested sort of structure arrays by Jake Hughey

Perform a nested sort of a struct array based on multiple fields. (array, nested, struct)

nestedSortStruct(aStruct, fieldNamesCell, directions)

nestedSortStruct2(aStruct, fieldNamesCell, directions, clas...

sortStruct(aStruct, fieldName, direction)

image thumbnail

updated almost 3 years ago

fdep: a pedestrian function dependencies finder by us

FDEP dissects ML files and iteratively looks for all user defined functions used during runtime (nested, path, files)

fdep.m

r=tfdep3(varargin)

tfdep1

image thumbnail

updated almost 3 years ago

farg: a pedestrian M-file parser showing all used functions' syntax by us

parses an M-file searching for functions and prints their exact, literal syntax (development environme..., argument list, script)

ao=dummy1(ai)

fargtest(... %#ok

fargdemo.m

image thumbnail

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

mklib: a pedestrian function library loader generator by us

creates a function library loader from a list of m-files (possibly with subfunctions) (development environme..., function, functions)

mkdemo

[lib,p]=mklib(lnam,varargin)

r=bsin(v)

image thumbnail

updated 9 years ago

multiwaitbar by AJ Johnson

Displays multiple (nested) levels of progress. (gui tools, example, waitbar)

multiwaitbar(message,varargin)

image thumbnail

updated 9 years ago

cwaitbar.m by Rasmus Anthin

A generalization of the waitbar function. Handles nested for loops. (gui tools, example, waitbar)

cwaitbar(x,name,col)

Contact us