image thumbnail

updated 18 days ago

find pulsed trigger events by Deborah

The function finds the start of pulsed events in a signal via a trigger limit. (trigger, signal processing, trigger level)

get_trigger(sig, level, fs, prate, rf)

image thumbnail

updated 2 months ago

Find & Replace System by Neelakanda Bharathiraja

Searches any block/annotation/signal property in a model and replaces with the new value. (find_system, replace_block, search)

find_replace_system(system_name,prop_name,prop_value,new_va...

image thumbnail

updated 3 months ago

SEARCH: Web search from the command line by Sky Sartorius

Add this small utility to your MATLAB path to allow quick web searches from the command line. (search, web, browser)

luckysearch(varargin)

search(varargin)

image thumbnail

updated 3 months ago

google by Chaowei Chen

google.m is a simple shell interface to initiate Google search in Matlab. (search, urlread, web)

google(varargin)

image thumbnail

updated 4 months ago

octree - partitioning 3D points into spatial subvolumes by Sven

OcTree recursively splits a large set of points into smaller subvolumes. A QuadTree but in 3D. (octree, tree, volume)

OcTree

image thumbnail

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

Vectorized Bisection Search by Sky Sartorius

Find x such that f(x) = target. Vectorization allows for some key advantages over FZERO. (bisection, search, root)

bisection(f,lb,ub,target,options)

image thumbnail

updated 8 months ago

Edit Distance Algorithm by Reza Ahmadzadeh

Edit Distance is a standard Dynamic Programming problem. (mathematics, search, dynamic programming)

EditDistance(string1,string2)

image thumbnail

updated 9 months ago

Random Search Algorithm by Reza Ahmadzadeh

Random search belongs to the fields of Stochastic Optimization and Global Optimization. (optimization, algorithm, global)

RSA.m

RSA_visual.m

image thumbnail

updated 10 months ago

NEARESTPOINT (sep 2012) by Jos (10584)

NEARESTPOINT - find the nearest value in another vector (statistics, probability, distance)

nearestpoint(x,y,m)

image thumbnail

updated 10 months ago

Binary search for closest value in an array by Benjamin Bernard

Returns closest value and corresponding index in an increasingly ordered array. (binary search, search, closest)

closest_value(arr, val)

image thumbnail

updated 1 year ago

Find Nearest Neighbors on Sphere by Kurt

To be used with the GridSphere function to look up the nearest point to a query on a geodesic grid. (nearest neighbor, gridsphere, sphere)

...

Archaversine(values)

AreEqual(ones, twos)

image thumbnail

updated 1 year ago

Copy Files in Batches using Search Terms by Tristan Ursell

Copy files matching search terms, from sub-directories matching search terms into a new directory. (array, cell, copy)

accumulator

image thumbnail

updated 1 year ago

File Name Search Function by Tristan Ursell

Generate a list of file names that meet a set of text search criteria. (file, search, find)

filenames=filefinder(searchpath,varargin)

image thumbnail

updated 1 year ago

Recursive Integer Guessing Game by Adam Gripton

A recursive algorithm that queries an objective function to guess an unknown integer. (guess, game, function)

z=guessgame(isleq,n,k)

image thumbnail

updated 1 year ago

StructFind by Alexander Mering

Find all fields within a struct (array) where the search pattern is found (struct, structure, search)

StructFind(search_struct,search_object,varargin)

image thumbnail

updated 1 year ago

Another recursive find file by Azim

A recursive search for files with path name matching a wildcard or regular expression pattern. (file system, search)

recursiveFindFile(searchPath,filePattern,patternMode,fileLi...

image thumbnail

updated 1 year ago

Active Shape Model (ASM) and Active Appearance Model (AAM) by Dirk-Jan Kroon

Cootes 2D/3D Active Shape & Appearance Model for automatic image object segmentation and recognition (2d, active appearance mod..., active shape model)

A=imresize3d(V,scale,tsize,ntype,npad)

AAM_2D_example.m

AAM_3D_train_example.m

image thumbnail

updated 1 year ago

Simple example of genetic algorithm for optimization problems by Andrea Cirillo

It is used to generate useful solutions to optimization and search problems. (algorithm, genetic, optimization)

[p_min, iter, f]=genetic_algorithm (func, numMaxInd, numF, ...

image thumbnail

updated 1 year ago

Dict Search from Text File by Konark Kelaiya

This function reads a line from text file & generate all possible combination of words (com, doc, dictionary)

dictsearch()

image thumbnail

updated almost 2 years ago

cellSearch by Alexander Wallar

This function returns the position in a cell of an element in which you are looking for. (cell, array, data)

cellSearch(theCell,element)

image thumbnail

updated 2 years ago

Fast Gene Sequence Search for Very Large Data File by Binlin Wu

Search for a specific sequence and record a neighboring code sequence with an offset position. (biotech, read data, search)

seqSearch(f,nHL,targSeq,lc,offset,M,sFlag,fs)

main.m

image thumbnail

updated 2 years ago

Binary Search of Elements lying within an Interval by Roberto Olmi

Search all elements (in a sorted vector of n elem.) that lie within an interval. It runs in log(n). (binary search, search, interval search)

BinaryIntervalSearch(x,ref,tol,varargin)

image thumbnail

updated 2 years ago

quickfind by Peter O'Connor

Quickly finds an element in a sorted list. If not found, returns -index of next smaller element. (find, search, sorted)

[loc found]=quickfind(el,list)

image thumbnail

updated 2 years ago

Pattern search method: deterministic iterative zero order algorithm by Andrea Cirillo

It finds the relative minimum of a two variables function with the Pattern search method. (optimization, mathematics, deterministic)

pattern_search(f, p0, step_size, tolerance, N_it)

image thumbnail

updated 2 years ago

findNearest algorithm by Alexander Wallar

This algorithm sees if data you are searching for is in x and if not it shows the closest value (search, findnearest, data)

findNearest(x, desiredVal)

image thumbnail

updated 2 years ago

FInding several strings in one string. by Fabian Tomaschek

Functions compares input and search multiple items in two modes. (string, find, search)

multistrfind (input, wassuchen, mode)

image thumbnail

updated 2 years ago

structfind by Dirk-Jan Kroon

Search for a value, cell or string inside a Matlab struct (structfind, struct, find)

index=structfind(a,field,value)

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

K nearest neighbor search by Mo Chen

Lightning fast k nearest neighbor search, yet very simple. (nearest neighbor, nearest neighbors, knn)

knn(X, Y, k)

build.m

image thumbnail

updated almost 3 years ago

findTol by Vinesh Rajpaul

Finds elements in an array that approximate a given value, to within a specified error tolerance. (find, search, tolerance)

findTol(X,value,tol,errorType)

image thumbnail

updated 3 years ago

Custom Internet Search Bar for MATLAB by Husam Aldahiyat

Quickly access websites and search through them. (web, url, bar)

FEX(varargin)

amazon(varargin)

cssm(varargin)

image thumbnail

updated almost 4 years ago

strfind for datasets by Arnaud Amzallag

Search and find entries in a Matlab dataset (in a specified string variable) (strfind, find, search)

ind=datasetStrFind(dset,str,vars)

image thumbnail

updated almost 4 years ago

Binary Serach of rows of M-by-N Matrix by Dr. Murtaza Khan

Binary Search that is based on sum of column values of rows of input M-by-N Matrix (binary serach, matrices, search)

[rStart,rEnd]=findindofeqcolsumrows(Mat,pos)

bsearchmatrows(mat,srow,varargin)

bsearchmatrowsTest1.m

image thumbnail

updated almost 4 years ago

Search closest value in a vector by Dr. Murtaza Khan

search value in sorted vector and find index and value with respect to vector that is equal or clos (closest, value, search)

searchclosest(x,v)

searchclosestTest.m

image thumbnail

updated almost 4 years ago

SEARCHFILE by Rahul Prem Nazeer

Search for files and directories under a given folder with recursive and filter options (dir, find file, search)

searchfile(varargin)

image thumbnail

updated 4 years ago

find_cross.m, version 2.1 by Phillip M. Feldman

Find and/or estimate level crossings using a combination of search and interpolation. (level crossings, search, interpolation)

find_cross(X, Y, Y_target)

image thumbnail

updated 4 years ago

Regular expression search in cell array of strings by Maximilien Chaumon

Search in cell array of strings. Returns indexes of cells in stead of indexes within cells . (cell, cellstr, regexp)

regexpcell(c,pat,inv)

image thumbnail

updated 4 years ago

fastsearch by Valentin Kuklin

Search an element in the array, or the next smaller and greater (search, fastsearch, array)

fastsearch (array, wert, bias)

image thumbnail

updated 4 years ago

windows internet explorer + google search = URLs for jpg images by michaelB brost

COM/ActiveX contol of internet explorer via matlab to search for jpg images. (activex, com, google)

ieJPGSearch(searchString)

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

Flexible search and listing tool for field names in a structure array by Paul A.M. Bune

Searches for field names in a structure array and lists them (structures, cell arrays, search)

...

image thumbnail

updated 5 years ago

Genetic Algorithm by MEKHMOUKH Abdenour

Genetic Algorithm (approximate solutions, search technique, ga)

application(varargin)

demarrerapplication(varargin)

fonction.m

image thumbnail

updated 5 years ago

searchPath by Mark Jones

This command works like the WHICH command except it searches your system path for executables. (path, directories, files)

searchPath(what, switches)

image thumbnail

updated 5 years ago

findSteadyState by Cornelis P. Bogerd

Finds periods of steady state within a data-set, and returns the start index and average of these st (steady state, time frequency, wavelets)

findSteadyState(dataX, Tsteadystate, Sstep, SampleTime, std...

image thumbnail

updated almost 6 years ago

wildcardsearch by Bob Hamans

Searches the file system for files or folders matching a wildcard pattern (path, directories, files)

regexpdir(rootdir, expstr, recursive)

wildcardsearch(rootdir, searchstr, casesensitive, strict)

image thumbnail

updated almost 6 years ago

regexpdir by Bob Hamans

Returns a directory listing based on a regular expression (dir, regular expression, files)

regexpdir(rootdir, expstr, recursive)

image thumbnail

updated 6 years ago

Ramdomic Search by Giovani Tonel

Unconstrained global optimization using adaptive random search. (optimization, ramdomic, search)

[xo,Ot,nS]=buscarnd(S,x0,ip,nOt,samples,Lb,Ub,problem,tol,m...

Contact us