image thumbnail

updated 4 months ago

Find values in a vector or function by Adrian Lara-Quintanilla

For a function y=f(x), this script looks for all the "x" values for a desired value of "y" (y0). (mathematics, data exploration, time series)

varargout=findvalues(vector,yvalue)

image thumbnail

updated 5 months ago

Preferred Number Sequences by Stephen Cobeldick

Generate vectors of "Preferred Number Sequence" values. (preferred number, preferred value, rounding)

prefnum(rng,def,mrg,varargin)

prefnum_bar

image thumbnail

updated 6 months ago

Image Value by Thomas Deneux

Automatic links images or plots in different figures and allows simultaneous zoom, pan, pick value. (data exploration, image plot, zoom)

fn_imvalue(varargin)

image thumbnail

updated 8 months ago

IMPIXEL with FIGURE TOOLS by Divakar Roy

IMPIXEL_FIGTOOLS Pixel color values with figure tools on. (impixel, image, gui)

ginput_gui(varargin)

impixel_figtools(img)

image thumbnail

updated 1 year ago

Set nominal values for data by Ivar Eskerud Smith

Set nominal values for data by specifying a limit (nominal, value, nom)

nominal( values, p, varargin )

image thumbnail

updated 2 years ago

Simple example of the Simplex Method by Andrea Cirillo

It's a function that finds the minimum value of a two variables function with the simplex method. (function, method, mathematics)

simplexMethod(fun, init_point, step_size, toll, numMaxIter)

image thumbnail

updated 3 years ago

ismonotonic by Richie Cotton

Determines whether or not a vector or matrix is monotonically increasing or decreasing. (is, monotonic, boolean)

ismonotonic(x, strict, direction, dim)

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

Parse property/value pairs and structures by Douglas Schwarz

Parses property/value pairs just like Handle Graphics functions. (property, value, pairs)

parsepropval(prop,varargin)

image thumbnail

updated 5 years ago

Absolute-Value Output Circuit by K. SUBRAMANIAN

Absolute-Value Output Circuit displays always positive going output regardless of input signal polar (electronics, op amp, diodes)

ABS_Value_Output

image thumbnail

updated 5 years ago

maxalign.m by Joshua Carmichael

Aligns a matrix of signals by their maxima (annotation, customization, plotting)

[Wout,varargout]=maxalign(W,varargin)

image thumbnail

updated almost 6 years ago

Generalized Laguerre polynomial by Mattthias Trampisch

LaguerreGen calculates the generalized Laguerre polynomial L{n, alpha} for real valued alphas (value, mathematics, roots)

LaguerreGen(varargin)

image thumbnail

updated almost 8 years ago

Find coordinates by Chris Riederer

Input a value and a matrix, and this function will output the row(s) and column(s) of the value. (matrices, coordinates, find)

getcoord(coordval,matrix,varargin)

image thumbnail

updated 8 years ago

multiscroll by Brett Shoelson

Link multiple scrolling listboxes for scrolling and selection. (gui tools, example, link multiple scroll ...)

multiscroll(varargin)

image thumbnail

updated 8 years ago

Omega by Nabeel Azar

Computes the omega value of a portfolio. (risk, sharpe, analysis)

omega(returns,targets)

image thumbnail

updated 8 years ago

BIPVAL by Vassili Pastushenko

Produces a matrix of user-defined size, as bipolynomial values. (approximation, interpolation, bipolynomial)

VAL=bipval(BIP,ROWCOL)

image thumbnail

updated 9 years ago

get_non_default_value by Ohad Gal

Finds the fields (of a UI element) with the non-default values. (gui tools, example, default)

get_non_default_value( ui_handle )

image thumbnail

updated 10 years ago

MW2cv by Antonio Trujillo-Ortiz

Critical Mann-Whitney's U associated to a p-value for n1 or n2 >7. (statistics, nonparametric statist..., probability)

MW2cv(P,N)

image thumbnail

updated 10 years ago

Simplex Method Software Module by Kshitij Deshpande

One of the iterative methods. (approximation, 4, simplex method)

simplex.m

image thumbnail

updated almost 15 years ago

reverse.mdl by Sanjai Singh

Accepts an input and sends it to only one of the two outputs. (simulink, reverse, input)

reverse

Contact us