image thumbnail

updated 10 days ago

Files to folders based on properties by Nikolay S.

Groups files into folders based on user defined file properties. (dir, directories, files)

assignin_value(name,value)

fileNamesList=filesListFromInput(inputsList, flagGUI, files...

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

image thumbnail

updated 10 days ago

List of files from directories/files list or browser by Nikolay S.

Returns cell array of file names, needed by various functions. (directories, files, data import)

fileNamesList=filesListFromInput(inputsList, flagGUI, files...

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

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

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 10 days ago

folders sub-folders by Nikolay S.

Returns cell array of folder names located under input list (cell array) of folders. Non recursive! (directories, folders, dir)

subFoldersList=folderSubFolders(foldersList, nFolderDepth, ...

image thumbnail

updated 21 days ago

Improved relativepath.m by Ken Chatfield

Convert a path to a relative path (cd, convert, dir)

relativepath(tgt_path, act_path)

image thumbnail

updated 2 months ago

msavename by Daniel Herber

Creates a path to easily save your results independent of your function location. (file, name, path)

msavename(fun_path,extra_path)

Test_msavename.m

image thumbnail

updated 3 months ago

Recursive DIR by Luc Masset

DIRREC finds files recursively in a given folder (path, directories, files)

dirrec(reper,ext)

image thumbnail

updated 3 months ago

Level folder string by Nikolay S.

The function returns user chosen level folder name out of path provided. (dir, pwd, folder name)

nLevelFolderName=levelFolderName(userFullPath, nLevel)

image thumbnail

updated 3 months ago

Dir Read by om choudhary

This function will read all the sub directories in the location provided. (directories)

DirRead(Location, Extension )

image thumbnail

updated 7 months ago

makeinstall by Norbert Marwan

Create a single install file for your toolbox distribution. (utilities, install file, create toolbox)

makeinstall(varargin)

image thumbnail

updated 1 year ago

Recursive directory listing - Enhanced RDIR by Thomas Vanaret

Files and directories listing, including recursive and other special features (dir, recursive, file)

rdir(rootdir,varargin)

image thumbnail

updated 1 year ago

delvarmat by Raymond Norris

Removes a variable from a MAT-file (path, directories, files)

image thumbnail

updated 1 year ago

Project Waterloo File and Matrix Utilities by Malcolm Lidierth

Utilities for partial input/output from MATLAB MAT-files, HDF5-files and custom binary files. (path, directories, files)

image thumbnail

updated almost 2 years ago

Environment by Alexandra

returns some environment informations (environment, home, directories)

environment(varargin)

image thumbnail

updated almost 2 years ago

Listfiles by Alexandra

retrieves files in specified directory (files, folders, directories)

listfiles(DIR, varargin)

image thumbnail

updated 2 years ago

COMPDIRECTORY by Jiro Doke

GUI tool for comparing the contents of 2 directories (path, directories, files)

compdirectory(dir1, dir2)

image thumbnail

updated 2 years ago

LOOK4 by Jiro Doke

LOOKFOR substitute that uses a database for quick searching of MATLABĀ® files. (path, directories, files)

look4(varargin)

image thumbnail

updated 2 years ago

EXECIN by Jiro Doke

Executes functions and scripts not in the path. (path, directories, files)

execin(fullFunctionName, varargin)

image thumbnail

updated 2 years ago

GO2 by Jiro Doke

Bookmark your frequently used directories and change to them quickly. (path, directories, files)

go2(varargin)

image thumbnail

updated 2 years ago

Directory to Cell by Kevin Crosby

Converts directory listing into a cell array. (dir, directories, filenames)

dir2cell(arg)

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

FileSeries - Rename / renumber files, recursive directories by Frederic Moisy

Renaming and renumbering for series of files ; generalize the use of wildcards (*) for CD, LS ... (files, directories, path)

cdw(f)

f=expandstr(str)

fo=rdir(name,opt)

image thumbnail

updated almost 3 years ago

dep by Thomas Guillod

Make a dependency report for a matlab file and plot the call graph. Make only static code analysis. (report, dependency, calling)

dep(indir,main,reclim,others,fileout)

dep1()

dep2()

image thumbnail

updated 3 years ago

exportToZip: Identifies the dependencies of an M-file and creates a ZIP file by Malcolm Wood

Files inside $matlabroot/toolbox are omitted, providing a useful way to package your work (potw, dependencies, files)

exportToZip(funcname,zipfilename)

mydepfun(fn,recursive)

image thumbnail

updated 3 years ago

mypath.m by Malcolm Wood

Displays or returns the MATLAB path, omitting directories which are inside the MATLAB "toolbox" ... (directory, files, directories)

mypath

image thumbnail

updated 3 years ago

lexmkpackage by Kevin Bartlett

Makes software package by checking mfile dependencies WITHOUT using depfun.m (works for GUIs!). (path, directories, files)

lexdepfun(rootFunction,varargin)

lexmkpackage(fileSpec,varargin)

image thumbnail

updated 3 years ago

Disk Usage by Robert Bemis

Lightweight GUI sums up how your disk space is used. (path, directories, files)

bytes(varargin)

image thumbnail

updated 3 years ago

GOBACK by Scott Hirsch

Go back to the previous directory (see GOTO). (path, directories, files)

goback

image thumbnail

updated 3 years ago

getfile by Scott Hirsch

Copy a file to the current directory. (goto, which, files)

getfile(filename)

image thumbnail

updated 3 years ago

GOTO: Go to a directory containing a file by Scott Hirsch

Jump to the directory containing a specified file. (path, which, files)

goto(filename)

image thumbnail

updated 3 years ago

explorer.m: Quick access to the Windows Explorer by Malcolm Wood

Opens the Windows Explorer for a specified directory, optionally showing the folder hierarchy (explorer, path, files)

explorer(directory,root)

image thumbnail

updated 3 years ago

aselfpack by Durga Lal Shrestha

Creation of self-extract packages with file filters. (path, directories, files)

aselfpack(sourceDir,filt,packName,packTitle,packDescription...

image thumbnail

updated 3 years ago

Recursive addpath by Anthony Kendall

Recursively adds directories to MATLAB path, optionally ignores some (path, directories, files)

addpath_recurse(strStartDir, caStrsIgnoreDirs, strXorIntAdd...

image thumbnail

updated almost 4 years ago

msopen by Fahad Al Mahmood

Opens Microsoft Office files (Word, Excel, Power Point, Project, & Access). (access, word, files)

msopen(varargin)

image thumbnail

updated almost 4 years ago

mgui by Norbert Marwan

MGUI bunchs your often used functions in order to simplify your work with data analysis in MATLAB. (path, directories, files)

install.m

image thumbnail

updated almost 4 years ago

GetDrives by Robert Gilmore

Get Windows drive letters and other file system roots (path, directories, files)

getdrives(varargin)

image thumbnail

updated almost 4 years ago

getfilenames.m by Joseph Burgel

Do a recursive search for files. (path, directories, files)

getfilenames(varargin)

image thumbnail

updated 4 years ago

subdir: a recursive file search by Kelly Kearney

Performs a recursive file search using same input and output format as dir function (subdir, recursive, path)

subdir(varargin)

image thumbnail

updated 4 years ago

Search files recursively (DIR2) by Luc Masset

searches files in a given folder with several criteria (files, search, path)

dir2(varargin)

image thumbnail

updated 4 years ago

HTML folder +Index.html: Shows function/global dependancies by Gavin

Parses m files, determines your codes function/global var dependencies, publishes *.m & index.html t (directories, function dependancies, files)

Function makeindex

image thumbnail

updated 4 years ago

WindowsShortName by Luc Masset

Returns the short name of a file or folder under Windows (path, directories, files)

WindowsShortName(lname)

image thumbnail

updated 4 years ago

Improved file hounding by Maurizio De Pitta'

Search any file in current directory and subdirectories according to specified criteria (path, directories, files)

filehound(filespec)

image thumbnail

updated 4 years ago

deltree by Hoi Wong

Just like good old deltree.exe, but for MATLAB (path, directories, files)

deltree(fileLocation)

image thumbnail

updated 4 years ago

Toolbox Dependency Report by Matt Dunham

Generate a visual report of the files in your project that depend on a toolbox (deptool, toolbox, files)

deptoolbox(toolboxname,isroot)

javaTable(data,columnNames,tableName)

image thumbnail

updated 4 years ago

Find repeated m-file names by Dimitri Shvorob

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

namesakes(path)

image thumbnail

updated almost 5 years ago

Find 'orphaned' m-files by Dimitri Shvorob

(in a directory tree) (depfun, orphan, files)

orphans(varargin)

image thumbnail

updated almost 5 years ago

Recursive Directory Function Execution by Rodney Thomson

Recurse through all directories executing the supplied function (utilities, directories, files)

directoryRecurse(directory, function_pointer, varargin)

image thumbnail

updated almost 5 years ago

mfiles/matfiles/figfiles by Matt Fig

Contains three functions for displaying different files with links. (path, directories, files)

figfiles(pth)

matfiles(pth)

mfiles(pth)

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 almost 5 years ago

whats by Matt Fig

Duplicates the output of Matlab function WHAT, with clickable links. (path, directories, files)

whats(pth)

Contact us