image thumbnail

updated 7 days ago

get_contents by Christopher Hummersone

Get the contents of a specified directory (list, contents, directory)

get_contents(directory,str,varargin)

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

Recursive Directory Searching for Multiple File Specs by Jonathan Sullivan

Searches a directory for multiple file specs with optional recursivity (dir, recursive, files)

dir2(dn,varargin)

image thumbnail

updated 2 months ago

Recursive directory search by Mikko Leppänen

LS2 searches directories and shows directory listings recursively. (multiple file spec, file listing, recursive)

ls2

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

Project Manager by Sung Soo Kim

Open/close m-files and change the current path with one click, across your different projects. (manager, project, project manager)

pm(fid, varargin)

pm(fid, varargin)

pm_installer(fid, varargin)

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

RNEL_DB Object Oriented Database for Matlab by Joost Wagenaar

RNEL_DB is a class definition that facilitates the user to develop a database in Matlab. (database, classes, object oriented)

image thumbnail

updated 1 year ago

Easy memory-mapped arrays for large datasets by funcrusher

Code to generate n-dimensional memory-mapped arrays for efficiently accessing large array datasets (files, arrays, memory)

makeEmptyMMBinFile(fname,datain)

makeMMarray(fname,writable)

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

SaveCurrentEditorFiles by Robert Cumming

Save current editor files, can be used to easily reopen all files from a previous project/session. (editor, matlab, session)

SaveCurrentEditorFiles ( myname, arg2 )

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

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

Multi-tool- simply reuse your code over and over. by Nikolay S.

Apply same operation to several files in a single command. (utilities, code reuse, apply 2 many files)

output_files_list=apply_func_2_files_list(varargin)

image thumbnail

updated 2 years ago

absolutepath by Jonathan Karr

Computes absolute path from relative paths (path, absolute, files)

absolutepath( rel_path, act_path, throwErrorIfFileNotExist ...

edu.stanford.covert.util.Absolutepath_Test

image thumbnail

updated 2 years ago

Read Unicode Files by Vlad Atanasiu

Reads Unicode strings from file, outputs character array of strings (data import, data export, files)

textscanu(filename, encoding, del_sym, eol_sym, wb)

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

HexCompare by Dirk-Jan Kroon

Basic hex editor for viewing and comparing files (hexedit, hex, edit)

hexcompare(varargin)

image thumbnail

updated 2 years ago

intent.m by Peter Cotton

Graphically display mfiles, and naive intent (bioplot, files, functional)

bakery(money)

bioPlot(labels,nodeType,adj)

intent(mfiles)

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

Recursive directory walk with -exec (UNIX type) by Ashish Uthama

Directory walking with input function handle called with each matching file found. (directory, path, files)

rdirExec(rootdir,varargin)

image thumbnail

updated 3 years ago

File Rename by Karim Mansour

Rename File Names (file, files, rename files)

fileRename(OldFileName, NewFileName)

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

41 Complete GUI Examples by Matt Fig

41 working GUIs to read and learn. (example, gui, examples)

GUI_1()

GUI_10()

GUI_11()

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

Virtual Backup Using MATLAB by Divakar Roy

Backup Utility (backup, matlab, utility)

virtual_backup

virtual_backup_with_zipping

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 3 years ago

Read Cellomics® DIB Files by Brian Madsen

Read .DIB files from Cellomics® HCS Systems (cellomics, dib, image)

readcdib(filename)

image thumbnail

updated 3 years ago

List Recently Modified Files by Michael Coen

Lists the most recently modified files/dirs in the current directory. (utility, files, file utility)

lsl (varargin)

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

ftoc (v1.2) by Kenneth Eaton

Creates a table of contents of functions contained in an m-file (files, mfile, table of contents)

ftoc(fileName,insertFlag)

Contact us