image thumbnail

updated 14 days ago

Timer Object Explorer by Marta

A simple GUI to help learn about the facilities of the timer object. (timer, simple, gui)

timer_explorer(varargin)

image thumbnail

updated 1 month ago

encellstr by Julian

ENCELLSTR Create cell array of strings from char array or in ans with command-form use. (utilities, cellstr)

encellstr(varargin)

image thumbnail

updated 1 month ago

GPUBench by Ben Tordoff

Compare GPUs using standard numerical benchmarks in MATLAB. (gpu, performance, benchmark)

GPUBench

gpuBench()

gpuBenchApp()

image thumbnail

updated 2 months ago

Simscape Probes by Tom Egel

Probes for viewing physical variables (scopes, probes, simscape)

GroupSignals(varargin)

sl_customization(cm)

ListProbeNames.m

image thumbnail

updated 2 months 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 2 months ago

Chaotic Generators Demo by Bogdan Cristea

Chaotic generators demo can be used for studying the behavior of chaotic generators. (bifurcation diagram, attractor, chaos)

[waxis,Pyy,bic]=m_bicoher(y,nfft,wind,nsamp,overlap)

[waxis,Pyy]=m_powerspec(y,nfft,wind,nsamp,overlap)

attractor(action)

image thumbnail

updated 7 months ago

DispA(ll) by Alan Robinson

Enhanced disp that can take any number of arguments (display, disp, text)

dispa(varargin)

image thumbnail

updated 7 months ago

Apply Standard+ Keyboard Shortcuts Keys to a Figure Window by Julian

Make regular+ Keyboard Shortcuts work after a Figure window grabs focus from the desktop. (utilities, gui)

figDefaultKeyPress(src,evnt)

image thumbnail

updated 9 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 10 months ago

3 shot dynamic balancing by Muhammad Tauha Ali

it gives exact position and amount of mass to be added or removed for dynamic balancing (dynamic balancing, displacement, utilities)

3 shot dynamic balancing

shot3(varargin)

image thumbnail

updated 11 months ago

abf2load by Forrest Collman

a version of abfload which is capable of reading abf 2.0 files (abf, action binary file, data import)

abfload.m

image thumbnail

updated 11 months ago

f2matlab by Ben Barrowes

Converts basic fortran90 source code to MATLAB source code. (convert, external interface, fortran)

TESTING_csf.m

TESTING_ex.m

[argStr,status]=getarg(n,argStr,status)

image thumbnail

updated 1 year ago

Structure display by Thomas Deneux

simple recursive display of a structure content in Matlab (structures, cell arrays, display recursive)

fn_structdisp(Xname)

image thumbnail

updated 1 year ago

Binary STL file reader by Grant Lohsen

Update of the stlread function by Francis Esmonde-White to properly implement color reading. (3d models, binary, cad)

stlread(filename, verbose)

image thumbnail

updated 1 year ago

Require FEX package by Igor Podlubny

Let the user download and install those File Exchange packages, which your submission needs. (utilities, utility, install)

requireFEXpackage(FEXSubmissionID)

suggestFEXpackage(FEXSubmissionID, RecommendationText)

RequireFEXpackageExample1.m

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

myfigure by David Long

shortcut for figure command to enable switching between figures w/o raising windows to the front (utilities, shortcuts, graphics)

varargout=myfigure(varargin)

image thumbnail

updated 1 year ago

explore by georg

Open a file/function/directory in your operating system's native file browser. (command line utilitie..., file browsing, utilities)

explore(fname)

image thumbnail

updated 1 year ago

PSpice binary import by Frank Sommerhage

lightning fast import for PSpice binary *.dat files (binary, pspice, data export)

readdat.m

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

2D random paths generator integrating leg's contraints by Sebastien PARIS

Generates random 2D leg'paths from departure to arrival integrating leg's constraints (random paths, dynamic programming, legs contraints)

Example where V random paths are generated with 2 exclusion...

circulant.m

exclusion.m

image thumbnail

updated 1 year ago

extracthelp by Andrey Popov

Extract the help information of all M function in a folder (p code, pcode, extract)

extracthelp(nocopyright)

image thumbnail

updated almost 2 years ago

Collapse by James Brooks

COLLAPSE - Reduces a scalar field within an arrayed structure to a single output vector (utilities, squeeze, flatten)

collapse(struc, fieldname, missing)

image thumbnail

updated almost 2 years ago

Match by James Brooks

Performs a match operation (find ==) where the lookup value isn't restricted to being a scalar. (utilities, find, matching)

match(ref, inp, missing)

image thumbnail

updated almost 2 years ago

Bouncy Ball Clock by Brian Cody

Bouncy Ball Clock is a novel clock representation that uses four chambers of elastically colliding b (fun, ball, novel)

BouncyBallClock

image thumbnail

updated 2 years ago

abfload by Harald Hentschke

abfload imports data in the Axon abf format (three different recording modes). (abf, binary, data import)

[d,si]=abfload(fn,varargin)

pvpmod(x)

image thumbnail

updated 2 years ago

MATLAB Matrix to LaTex table by Amit Saha

This is a simple script to convert a MATLAB matrix to a LaTex table (latex, utilities, matrix)

tablatex(matrix)

image thumbnail

updated 2 years ago

High Accuracy Timer for Windows by Ivo Houtzager

High-resolution performance counter (accuracy, clock, timer)

hat

image thumbnail

updated 2 years ago

wfm2read.m by Erik Benkler

Reads the wfm binary files written by Tektronix Performance Oscilloscope instrument families. (data export, data import, waveform)

wfm2read(filename, datapoints, step, startind)

wfm2readframe(filename, frame, datapoints, step, startind)

image thumbnail

updated 2 years ago

Text Menu Prompt by Sky Sartorius

Generate a list menu in the command window with default option and prompt user for a selection. (menu, ui, list)

txtmenu(HeaderPrompt,varargin)

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

sort_nat: Natural Order Sort by Douglas Schwarz

Sort strings in natural order. (strings, sort, natural order)

sort_nat(c,mode)

image thumbnail

updated 2 years ago

Patch Slim (patchslim.m) by Francis Esmonde-White

Remove duplicate vertices in surface meshes. (stlread, stl file, 3d models)

[vnew, fnew]=patchslim(v, f)

image thumbnail

updated 2 years ago

Binary STL file reader by Francis Esmonde-White

This binary STL file reader is much faster than the existing readers. (stl, cad, 3d models)

stlread(filename, verbose)

image thumbnail

updated 2 years ago

Passive Mode FTP in MATLAB by Idin Motedayen

These files allow users to use passive mode FTP in MATLAB. (ftp, active, firewall)

active(h)

connect(h)

dataMode(h)

image thumbnail

updated 2 years ago

Update twitter status by Navan Ruthramoorthy

Update your Twitter® status from MATLAB® (twitter, update, status)

[outConsumerKey, outConsumerSecret, ...

twit(msg, oauth_consumer_key, ...

image thumbnail

updated 2 years ago

priority by Ben Mitch

Change the priority of the MATLAB Process programatically. (development environme..., change, base)

priority(p)

image thumbnail

updated 2 years ago

Yprime.zip by Peter Webb

Visual Studio .NET project for building MEX files. (external interface, mex, visual studio)

image thumbnail

updated 2 years ago

hexdump - A binary file explorer by Jeff Mather

A GUI for file exploration: examine byte addresses, hex/char values. (data import, data export, file)

hexdump(varargin)

hextool(varargin)

image thumbnail

updated 2 years ago

xml_io_tools by Jaroslaw Tuszynski

Read XML files into MATLAB struct and writes MATLAB data types to XML (xmlwrite, xmlread, data import)

Tutorial for xml_io_tools Package

base64decode(x, outfname, alg)

base64encode(x, alg, isChunked, url_safe)

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

cosspace by Cole Stephens

Create a vector of cosine spaced points. (cosine spacing, space, distribution)

cosspace(startPoint, endPoint, varargin)

image thumbnail

updated 2 years ago

String to Cells by Cole Stephens

Split a single string into a cell array. (strings, string, cells)

str2cells(someString)

image thumbnail

updated 2 years ago

Find Block Descriptions by Cole Stephens

Parse through your model and return all block descriptions. (simulink, description, utilities)

fbd()

image thumbnail

updated 2 years ago

Multi-Format CSV Reader by Cole Stephens

MFCSVREAD reads a CSV file containing both text & numeric data. (csv, data, xlsread)

mfcsvread(fileName)

image thumbnail

updated 2 years ago

cosspace by Sky Sartorius

Generates cosine- or acos-spaced vector with elements clustered or sparse at the endpoints (cosine, spacing, spaced)

cosspace(d1, d2, n, factor)

image thumbnail

updated 2 years ago

Write Cell Array to Text File by Roland Pfister

A cell array is written to a delimited output file, incl. options for appending & custom delimiters. (array, cell, dlmwrite)

dlmcell(file,cell_array,varargin)

image thumbnail

updated 2 years ago

Tix Clock by Joseph Kirk

displays the time in a format similar to tix clocks (clock, time, fun)

tixclock

image thumbnail

updated almost 3 years ago

Doctest - embed testable examples in your function's help comments by Thomas Smith

Put a usage example in the help of your function, then test it to make sure it still works over time (development, documentation, testing)

add3(value)

doctest(func_or_class, varargin)

doctest_compare(want, got)

image thumbnail

updated almost 3 years ago

GetMyIP - Retrieves external IP address & reverse nslookup by Yair Altman

Retrieves the current external IP address and reverse DNS lookup value (ip, dns, retrieve)

getmyip

Contact us