image thumbnail

updated 1 month ago

Min/Max selection by Bruno Luong

Search for k smallest or largest elements in the array (min, sorting, max)

buildInternal_mxArrayDef(mxArraydefFilename)

getmexopts(Tag)

maxk(varargin)

image thumbnail

updated 2 months ago

COMBN (4.3) by Jos (10584)

All combinations of N elements taken from the vector V. (combination, select, permutation)

combn(V,N)

image thumbnail

updated 2 months ago

COMBNSUB (1.0) by Jos (10584)

Subset IX of all combinations of N elements of a vector V (combination, subset, selection)

combnsub(V,N, IX)

image thumbnail

updated 3 months ago

London Kings Cross Western Concourse Genetic Algorithm by Dean Kayton

A simple genetic algorithm is applied to a model of the London Kings Cross Western Concourse. (genetic algorithm, kings cross, concourse)

D=MSAdata(x,y,z,nodNo,memSel,radSel,dim_prop_rhs,dim_prop_c...

[Qcell,Vcell,Rcell]=MSA(D,popSize)

[chromoChild]=seed(popSize,method)

image thumbnail

updated 4 months ago

NCHOOSECRIT (V1.0 feb 2013) by Jos (10584)

returns those subsets (= combinations of elements of a set) that fulfill a specific criterion (combinations, pick, subsets)

nchoosecrit(S, FUN)

image thumbnail

updated 7 months ago

GINPUT on GUI (Keeping toolbar features on) & Use of custom pointers by Divakar Roy

GUI Framework to use GINPUT (keeping all toolbar features on) + Custom pointers for plots and more. (impixel, figure, mouse)

demo_ginput_gui.m

ginput_gui.m

image thumbnail

updated 7 months ago

Active Figure Zoom for Selecting Points by Tristan Ursell

Select points at a user-specified zoom level that moves around the image as you click. (points, ginput, getrect)

[X,Y]=getline_zoom(Im1,varargin)

image thumbnail

updated 9 months ago

Find and replace in selection by Sam Johnson

Find and replace in currently selected editor text. (find, replace, find and replace)

replaceInSelection(oldSubstr, newSubstr)

image thumbnail

updated 1 year ago

Random Weighted Selection by Adam Gripton

Randomly pick n from m>=n elements, biased with given linear weights without replacement. (random, weighted, selection)

Y=randweightedpick(h,n)

image thumbnail

updated 1 year ago

List Selection Dialog by Ivar Eskerud Smith

A dialog to select multiple strings from a set of specified strings. (list, selection, options)

listSelectionDialog(varargin)

image thumbnail

updated 1 year ago

KTHCOMBN by Jos (10584)

K-th combination(s) of elements (combn, matrix, selection)

kthcombn (V,N,K)

image thumbnail

updated almost 2 years ago

nth_element by Peter Li

MEX wrap of C++ nth_element. Plus fast_median, a faster median function. Also can operate in-place. (cpp, median, selection algorithm)

fast_median.m

fast_median_ip.m

nth_element.m

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

mplot: Multiple plots in a single figure with list box selection by Levente Hunyadi

Adds multiple plot instructions to a figure and the user chooses which one to use from a list box. (gui, figure, plot)

example_mplot

mplot(varargin)

image thumbnail

updated almost 3 years ago

Two Pane Selection GUI by Robyn Jackey

A simple dialog which allows you to select items from the left list and place them on the right. (matlab, dialog, gui)

SelectionGUI(varargin)

image thumbnail

updated almost 4 years ago

daqSelector by Isaac Noh

GUI selection tool for DAQ hardware (example, application, daq)

daqSelector

image thumbnail

updated almost 4 years ago

instrSelector by Isaac Noh

GUI selection tool for instrumentation connected via VISA. (application, automatic, instrument)

instrSelector

image thumbnail

updated 5 years ago

NCHOOSE2 (v2.1 - jun 2008) by Jos (10584)

all combinations of two elements (matrices, pick, combinations)

nchoose2(X)

image thumbnail

updated 5 years ago

get_choice v2.3 by Phillip M. Feldman

allow user to choose among alternatives by typing one of several short strings (data import, data export, choice)

get_choice(prompt,responses)

image thumbnail

updated 5 years ago

SWIDDER virtual 2D-slider by Vassili Pastushenko

virtual 2D slider for GUI integer or float, NaN below minX, minY (data exploration, 2d slider, gui)

cheer(N)

o_o(arg)

yx=slidder(varargin)

image thumbnail

updated almost 6 years ago

Graphical Points Selection by Thomas Montagnon

A graphical selection of points where you want to apply specific treatment (data exploration, selection, plot)

sample_select_data()

image thumbnail

updated 6 years ago

Ellipseselect by Rajiv Narayan

An interactive ellipse selection tool (data exploration, ellipse, selection)

cbkswitch(varargin)

ellipse(a,b,x0,y0,phi)

he=ellipseselect(varargin)

image thumbnail

updated 8 years ago

interactivelegend by Francois Bouffard

Highlights and identifies a selected plot object. (data exploration, plot, selection)

interactivelegend(varargin)

image thumbnail

updated 10 years ago

pickn by Richard Medlock

Return P random picks of N items from an input vector A. (statistics, probability, pick)

pickn(A,N,P)

image thumbnail

updated 11 years ago

GetCurrentValue by Richard Medlock

Returns the current selection in a list box. (gui tools, example, listbox)

GetCurrentValue(listbox);

Contact us