filefun: Apply a function to files
Adds multi-file functionality to functions handling only single files.
FILEFUN is created in the same spirit as e.g. CELLFUN, in that it repeatedly calls the same function FUN with different arguments, in this case filenames. It will then collect the output(s) of the
- 3.7K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
16 Feb 2007
A useful tool for parsing function arguments like 'cellspacing',6,'monkey',1
Helper function for parsing varargin. Makes it easy to write functions that take arguments like this: subaxis(4,2,1,'spacing',0,'marginleft',.1,'H','pt',.1
- 5.5K (All time)
- 1 (Last 30 days)
- 4.5 / 5
- Community
-
27 Oct 2004
A function which Validates given IPV4address.
the IP address you want to Validate . This function returns a value 1 if success else 0 . If any other matlab data types apart from string type are passed to this function then also it returns a value 0
- 1.5K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
17 Jun 2009
Bessel Function of Complex Order and Argument
Bessel function of complex order and argument
As so many people have asked me the C++ code for calculating besel functions of complex order and complex arguemnt, I now submit them to benifit more people ...
- 3.3K (All time)
- 1 (Last 30 days)
- 4.0 / 5
- Community
-
6 Jan 2006
Additional-Validators-for-MATLAB
Additional argument and property validation functions currently absent in MATLAB's standard library
# Additional ValidatorsAdditional argument and property validation functionscurrently absent in MATLAB's standard library.# Content- `mustHaveSameSize` validates that values have the same size
- 4 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
16 Nov 2025
The Fill Between Area Curve creates a shaded area between two data series, effectively highlighting the region of overlap or difference.
between 2 lines formed by y1 and y2 with color c.* `fillBetweenAreaCurve(__, Name, Value)` specifies additional options for the FillBetweenAreaCurve using one or more name-value pair arguments. Specify the
- 748 (All time)
- 10 (Last 30 days)
- 5.0 / 5
- Community
-
10 Aug 2023
Optional function arguments with default values: optndfts
Optional function arguments: optndftsAllows optional arguments to be specified as name value pairs, and default values given for those augments not specified e.g.function strt=demo1(arg1,varargin
- 735 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
26 Sep 2018
A Matlab function For Randomly Partitioning Date into Training, Validation and Testing Data
A Matlab function For Randomly Partitioning Date into Training, Validation and Testing Data
This function randomly partitions data into training, validation and testing data using Cross Validation. Partitioning data in this manner is commonly used for determining the performance of
- 794 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
1 Apr 2015
A DPX file parser .
DPX is a high dynamic range file format used for digital motion picture stills and synthetic imagery. The readdpx function extracts image metadata and returns image pixels for each frame.The DPX
- 5.9K (All time)
- 2 (Last 30 days)
- 4.5 / 5
- Community
-
8 Nov 2010
Functions to generate fully customizable polar plots including compass orientation and circle segments.
Although current versions of Matlab do offer some polar plotting functionality, it isn't particularly flexible. "Perfect Polar Plots" is a few functions which can be used to create fully customizable
- 1K (All time)
- 6 (Last 30 days)
- 4.9 / 5
- Community
-
19 Jan 2020
PIVlab - particle image velocimetry (PIV) tool with GUI
Easy to use, GUI based tool to capture, analyze, validate, postprocess, visualize and simulate PIV data.http://PIVlab.de
- 120.7K (All time)
- 1K (Last 30 days)
- 4.9 / 5
- Community
-
24 Sep 2025
Performing grid search for SVM, using the default Matlab toolbox.
kktviolatonlevel level. It gives as output array with the trained SVMs, array showing if a SVM was not able to be trained (converge), and the accuracy for the train, validation and test sets. The function is easy to
- 1.3K (All time)
- 2 (Last 30 days)
- 4.2 / 5
- Community
-
8 Jun 2015
Easily add optional, named arguments to your functions, like this: f('var_name', value).
Assigns named arguments passed to your function to local variables (as in plot(), etc.). The name of the argument is the name of the local variable in your function. Example: inputfun('prompt', '>
- 612 (All time)
- 1 (Last 30 days)
- 4.0 / 5
- Community
-
7 Jan 2014
m2uml generates UML class diagrams from m-code
: Custom documentation that is integrated in the Help Browser of Matlab.7. New: Extensive possibilities to customise the class diagram, e.g display input and output arguments of methods8. New: m2uml comes in
- 3.4K (All time)
- 7 (Last 30 days)
- 4.8 / 5
- Community
-
3 Oct 2020
Simple Deep Learning Algorithms with K-fold Cross-Validation
This toolbox offers convolution neural networks (CNN) using k-fold cross-validation, which are simple and easy to implement.
- 3.4K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
20 Dec 2020
All combinations of input (v4.2, apr 2018)
number of elements of the N inputs. This functionality is also known as the Cartesian Product. The arguments can be numerical and/or characters, or they can be cell arrays. Examples
- 25.5K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
30 Apr 2018
fdep: a pedestrian function dependencies finder
FDEP dissects ML files and iteratively looks for all user defined functions used during runtime
FDEP dissects MATLAB files and iteratively looks for all user defined functions (modules), which are used during runtimeFDEP retrieves for each module its- subfunctions- nested functions- anonymous
- 13.7K (All time)
- 3 (Last 30 days)
- 4.3 / 5
- Community
-
20 Jun 2010
Files for "Deep Learning for Computer Vision with MATLAB"
Example files for "Deep Learning for Computer Vision with MATLAB" Webinar - July 5, 2016 (Spanish)
- 2.5K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
5 Oct 2021
Lambert W function (logarithmic input)
Lambert W function for real, nonnegative, possibly large arguments.
This function is analogous to the builtin lambertw() except that it accepts the logarithm of the argument:lambertw(0,exp(logx)) == lambertwlog(logx) (within machine precision)This function only
- 107 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
20 May 2016
Algorithmic Trading with Bloomberg EMSX and MATLAB
Files from the webinar can be viewed at http://optinum.co.za/_webinar/BloombergEMSXandMATLAB.mp4
- 2.1K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
11 Oct 2013
Segmentation of blood vessels in retinal fundus images using maximum principal curvature
Presented Algorithm segments blood vessels of retinal image with a high degree of accuracy
every pixel of the Gaussian filtered Image.After some contrast enhancement final segmented image is obtained using ISO Data thresholding. This algorithm is validated using images in drive database .
- 1.4K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
29 Oct 2017
A simple 'getOpts' type script to validate input parameters.
validateInput started when creating saveppt2. There was a need to take a large number of inputs, in any order, and make them usable to the script. Checking if an input argument has been passed can be
- 702 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
22 Apr 2010
- 1.2K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
4 Jun 2014
MATLAB suite of functions for topographic analysis
- modification: STREAMobj/trunk - added second output argument- modification: GRIDobj/demprofile- new function: ScaleBar- new function: xlinerel and ylinerel - new function: gif by Chad Greene [see
- 9.4K (All time)
- 108 (Last 30 days)
- 5.0 / 5
- Community
-
22 Sep 2025
all combinations of two elements
- 2.7K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
28 Feb 2019
- 401 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
16 May 2016
Chebfun V4 - old version; please download current version instead
Numerical computation with functions
- 14K (All time)
- 4 (Last 30 days)
- 4.8 / 5
- Community
-
29 Oct 2015
Sparse Automatique Differentiation
Forward automatic differentiation using operator overloading and sparse jacobians
overloading. This does not provide backward mode. It enables precise and efficient computation of the Jacobian of a function. This contrasts with numerical differentiation (a.k.a finite differences) that is
- 209 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
29 Jan 2023
parseargs: Simplifies input processing for functions with multiple options
For parsing function arguments supplied as name-value pairs, e.g. 'XLim',[0 10],'YLim',[0 100]
Based on same idea as the excellent "parse_pv_pairs", and similar to the "inputParser" object added to MATLAB in R2007a, this function handles names and values for properties in any order, and
- 5K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
Check the number of arguments to a function
Prettify checking the number of arguments to a function.
nargchk is used almost exclusively in one way:error(nargchk(minargs, maxargs, nargin, 'struct'));The third and fourth arguments are always the same, and you always wrap it in an error call.This
- 358 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
23 Mar 2010
Matches two pictures given as arguments.
The function takes two images as argument and using edge detection checks whether they are the same or not...a cool and simple code which can be used in security systems. The level at which the two
- 10.3K (All time)
- 1 (Last 30 days)
- 3.3 / 5
- Community
-
13 Jul 2004
Wait a certain time for a single keypress
excution 0 is returned. Without argument, getkeywait waits until a key is pressed. [CH, RT] = getkeywait(..) returns the response time in seconds in RT. Example: disp('Press a key within 5
- 6.9K (All time)
- 2 (Last 30 days)
- 4.9 / 5
- Community
-
11 Feb 2019
Argument parsing utilities
followed by keyword arguments (name-value pairs) in any order. Keywords are matched using MATLAB's string validator, so matching is case-insensitive and abbreviated keywords are acceptable as long as they
- 195 (All time)
- 1 (Last 30 days)
- 4.5 / 5
- Community
-
22 Apr 2014
Read .xyz files and make gridded datasets.
Here are two functions: xyzread reads text .xyz files into your Matlab workspace. This is written for GMT-generated .xyz files, but may work for other .xyz files as well. xyz2grid converts the
- 5.2K (All time)
- 6 (Last 30 days)
- 4.9 / 5
- Community
-
6 Apr 2016
CVAP: Cluster Validity Analysis Platform (cluster analysis and validation tool)
supplying over 17 validity indices and 5 clustering algorithms based on GUI
Cluster validation is an important and necessary step in cluster analysis. This visual cluster validation tool CVAP based on GUI provides important tools and convenient analysis environment for
- 12.6K (All time)
- 3 (Last 30 days)
- 4.3 / 5
- Community
-
25 Jul 2009
export BERT to MATLAB: Load pre-trained BERT models
This toolbox imports pre-trained BERT transformer models from Python and stores the models to be directly used in MATLAB.
model (“none”, “text-classification”, “token-classification” or "question-answering"), and the model format (“tf” or “pt”): # Open command window cd "...\exportBertToMatlab\Python
- 181 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
6 Dec 2023
grTheory - Graph Theory Toolbox
28 functions for different tasks of graph theory
transitive closure for the digraph;grTravSale - solve the nonsymmetrical traveling salesman problem;grValidation - auxiliary function (the data validation);grTheoryTest - test program for all functions.
- 43.4K (All time)
- 10 (Last 30 days)
- 4.6 / 5
- Community
-
30 Jan 2011
Toolbox for simulating hybrid systems and plotting hybrid arcs in MATLAB and Simulink.
installing v3.0, the following error appears: “Error using HyEQsolver. Too many input arguments.”Cause: A previous version of the toolbox is still installed.Solution: Uninstall the previous hybrid toolbox
- 8.1K (All time)
- 24 (Last 30 days)
- 5.0 / 5
- Community
-
15 Oct 2022
Hybrid Equations Toolbox (beta)
This is a beta release of the upcoming version 3.1 of the Hybrid Equations Toolbox. Changes may occur prior to release.
- 308 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
2 May 2024
Generalized Hypergeometric Function
Calculates the Generalized Hypergeometric Function at the desired accuracy.
A numerical evaluator for the generalized hypergeometric function for complex arguments with large magnitudes using a direct summation of the Gauss series.pFq isdefined by (borrowed from Maple): pFq
- 9.2K (All time)
- 4 (Last 30 days)
- 4.1 / 5
- Community
-
6 Jan 2005
- 1.9K (All time)
- 1 (Last 30 days)
- 4.5 / 5
- Community
-
2 Jun 2014
Demos from "Object Recognition: Deep Learning" Webinar
Demos Used in "Object Recognition: Deep Learning and Machine Learning for Computer Vision" Webinar
- 7.3K (All time)
- 2 (Last 30 days)
- 4.1 / 5
- Community
-
2 May 2017
Release 6.1925 of a collection of functions for analysis/display of seismic and well-log data.
- 9.4K (All time)
- 7 (Last 30 days)
- 4.9 / 5
- Community
-
8 Jul 2009
- 1.3K (All time)
- 10 (Last 30 days)
- 5.0 / 5
- Community
-
29 Sep 2021
Computing of Voigt/complex error function with small y
This program file is presented for highly accurate approximation of the Voigt/complex error function with small imaginary argument y ≤ 0.1.
[Kxy,Lxy]=cedawSeu(x,y).This program file computes the complex error function with small imaginary argument 0≤y≤ 0.1. In the real and imaginary parts this program provides average accuracy exceeding
- 46 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
7 Jan 2022
Adaptive Affinity Propagation clustering
advantage of speed & performance appears under large number of clusters & large dataset
- 7.2K (All time)
- 5 (Last 30 days)
- 4.8 / 5
- Community
-
26 Jul 2009
Transfer Function Analysis of Dynamic Systems
Interactive courseware module that introduces transfer function analysis taught in system dynamics and controls courses.
# Transfer Function Analysis of Dynamic Systems[ section below, as well the M-files in the [examples](examples) folder. For detailed usage, please see the help documentation in each of the function
- 135 (All time)
- 7 (Last 30 days)
- 5.0 / 5
- Community
-
29 Aug 2024