Refine by Product

Refine by Time Frame

image thumbnail

updated 16 hours ago

Thar ABPR-20 RS232 communication via handheld emulation by Geoffrey Akien

Controls and reads from a Thar ABPR-20, by emulating the handheld controller. (communications, thar, rs232)

isfid(fid)

isrealtermhandle(input)

isrealtermininstalled

image thumbnail

updated 16 hours ago

Sudoku by Chaowei Chen

Solves sudoku puzzle. Generates all possible answers. (sudoku_solver)

sudoku_solver

image thumbnail

updated 16 hours ago

Jasco Pumps RS232 communicatios by Geoffrey Akien

Commands to read and control Jasco pumps via RS232 (rs232, pump, communications)

pumpobj(comPort)

pumpobjcomm(type, serialObject, command)

pumpobjconnect(serialObject)

image thumbnail

updated 16 hours ago

Pico Technology PicoLog Recorder data acquisition (DDE) by Geoffrey Akien

Retrieves data from a running instance of PicoLog Recorder via DDE - faster than DLL's. (picolog, pico, dde)

tc08connect(fileName)

tc08disconnect(tc08Handle)

tc08query(tc08Handle)

image thumbnail

updated 16 hours ago

Jasco BPR RS232 communication by Geoffrey Akien

Drivers and higher level commands for controlling Jasco BPRs via RS232. (jasco, bpr, rs232)

bprobj(comPort)

bprobjclosevalve(serialObject)

bprobjcomm(serialObject, command)

image thumbnail

updated 16 hours ago

Simulink Model of a BPSK Direct Sequence Spread Spectrum System by Maram Y.

Model of a BPSK DSS system with two users through an AWGN channel, attached to a BER calculator. (dss, spread spectrum, bpsk)

SpreadSpectrumDSS

image thumbnail

updated 16 hours ago

Pico Technology TC-08 USB data acquisition by Geoffrey Akien

Files to connect, query, and disconnect from the Pico Technology USB TC-08, using DLL's. (usb tc08, pico, data acquisition)

usbtc08connect(types, tc08Path)

usbtc08disconnect(tc08Handle)

usbtc08query(tc08Handle, tc08Buffer, tc08OverflowBuffer)

image thumbnail

updated 16 hours ago

Segmentation using morphology by Benjamin I

Segmentation of locally darker somewhat circular regions using a morphology based method (segmentation, medical imaging)

[I_segmented, recon]=reconfilt(I, thresh_val, min_rad, max_...

demo.m

image thumbnail

updated 16 hours ago

Runge phenomenon by pel sophanna

this is program about runge phenomenon which calculating polynomial (runge, polynomial)

runge

image thumbnail

updated 17 hours ago

Guassian elimination by pel sophanna

Guassian elimination method (guassian elimination ..., find root)

GuassinaElimination.m

image thumbnail

updated 17 hours ago

Aitken delta squar method by pel sophanna

this is program about aitken accerlerating method (aitken, delta square method, aitken delta square m...)

Aitken.m

image thumbnail

updated 17 hours ago

Eurotherm Modbus RS232 Control by Geoffrey Akien

Reads and writes information to Eurotherm controllers via Modbus RTU protocols. (modbus, eurotherm, rs232)

gettempobjdeviceaddress(serialObject)

isvalidtempobj(serialObject)

isvalidtempobjdeviceaddress(deviceAddress, parameter)

image thumbnail

updated 17 hours ago

Dot product of two N-dimensional arrays. by Xiaodong

DOT3(A, B) returns their scalar product, where A and B are arbitrary arrays with arbitrary sizes. (dot product, nd, ndimension)

dot3.m

image thumbnail

updated 17 hours ago

FELICITY by Shawn Walker

Finite ELement Implementation and Computational Interface Tool for You (finite element method, modeling, mathematics)

Coarse_Square_Codim_1()

CompareFiles(File1,File2)

Convert_Interp_script_to_MEX(Main_Dir,Iscript,MEX_FileName)

image thumbnail

updated 17 hours ago

False Position with Newton by Harold John

2 methods in one code (mathematics)

FalsePosition(f, a, b)

image thumbnail

updated 17 hours ago

DM Utils (data mining utils) by Przemyslaw

The tools for dealing with distance matrix, improving data mining capabilities (data mining, distance matrix)

P=pair_dist_par(X,fun,varargin)

P=pair_dist_seq(X,fun,varargin)

handler=name2fun(fun,mode)

image thumbnail

updated 17 hours ago

Falseposition with Newton by Harold John

How to use 2 methods in one code (mathematics)

FalsePosition(f, a, b)

image thumbnail

updated 17 hours ago

simple compressed sensing example by Stuart

Illustrative 'toy' example of compressed sensing applied to image data. (compressed sensing, signal processing, compressive sensing)

compressed_sensing_example.m

image thumbnail

updated 17 hours ago

EDFA Single Pass Gain Calculator by Luke

Fiber amplifier gain calculator (analytical solution) (edfa, lasers, fiber lasers)

EDFASinglePassGain_Analytical(wl,L,Pp,loss,plotFlag)

image thumbnail

updated 17 hours ago

NCTCDFVW by Viktor Witkovsky

Alternative algorithm for computing the CDF of the noncentral Student's t-distribution (statistics)

nctcdfVW(x,nu,ncp,tail)

image thumbnail

updated 17 hours ago

KML Toolbox v2.3 by Rafael Oliveira

Create KML/KMZ files and view them in Google Earth. Supports 3D models, contours, overlays, and more (kml, google earth, contour)

bitslice(a,lowbit,highbit)

kmldoc(topic)

kml

image thumbnail

updated 20 hours ago

Peak finding and measurement by Tom O'Haver

Function to locate and measure the positive peaks and valleys in noisy data sets. (peak detection, analytical chemistry, chemistry)

P=findpeaks(x,y,SlopeThreshold,AmpThreshold,smoothwidth,pea...

P=findpeaksnr(x,y,SlopeThreshold,AmpThreshold,smoothwidth,p...

P=findpeaksplot(x,y,SlopeThreshold,AmpThreshold,smoothwidth...

image thumbnail

updated 20 hours ago

Logistic curve fit by James Conder

Fit a time series to a best-fitting logistic function. (logistic, curvefitting)

fit_logistic(t,Q)

image thumbnail

updated 20 hours ago

kappa - Frequency-wise nu-gap metric by Daniel Auger

This function calculates the frequency-wise version of the nu-gap between two systems. (control design)

kappa(P1, P2, varargin)

testkappa.m

image thumbnail

updated 22 hours ago

I2C block for ArduinoIO simulink package by Zhuo Li

This is an augmenting block that enables the ArduinoIO package with the I2C bus read capability.

msfun_arduino_i2c(block)

arduino

I2c_test

image thumbnail

updated 24 hours ago

Integration Demo by Teja Muppirala

A demo to visualize the integral of an arbitrary user-entered function. 任意の関数の積分計算を可視化表示するデモです (teaching, integration, trapezoid)

Integration Demo

image thumbnail

updated 24 hours ago

RootFinding Demo by Teja Muppirala

A demo of root-finding using Newton’s Method. ニュートン法を用いて解の探索を行うデモです (teaching, newtons method, roots)

RootFinding Demo

image thumbnail

updated 24 hours ago

Divergence-Curl Demo by Teja Muppirala

A simple, easy-to-use visualization tool for vector fields. ベクトル場の発散、回転を可視化表示します (teaching, divergence, vector)

Divergence-Curl Demo

image thumbnail

updated 4 days ago

BetterHelp by Michael Ryan

Improves Matlab's help functionality for functions that do not have their own help files. (undocumented, help, programming)

help2html(topic,pagetitle,helpCommandOption)

help2html(topic,pagetitle,helpCommandOption)

myHelpUtils.atomicHelpPart

image thumbnail

updated 4 days ago

Meanthresh local image thresholding by Jan Motl

Meanthresh performs a simple local image thresholding. (binarization, local thresholding, image processing)

averagefilter(image, varargin)

meanthresh(image, varargin)

image thumbnail

updated 4 days ago

Simpson's rule for numerical integration by Damien Garcia

The Simpson's rule uses parabolic arcs instead of the straight lines used in the trapezoidal rule (numerical integration)

simps(x,y,dim)

image thumbnail

updated 4 days ago

Remove ghosts from binarized images by Jan Motl

This method removes speckles in the binarized images. (binarization, thresholding, image processing)

averagefilter(image, varargin)

bradley(image, varargin)

sobelkernel(size, varargin)

image thumbnail

updated 4 days ago

Euclidean Distance by Daniel Bromand

The Euclidean distance between points p and q is the length of the line segment connecting them. (euclidean distance da...)

Euclidean_Distance.m

image thumbnail

updated 4 days ago

Relative Filename by Kesh Ikuma

A pair of M-files to convert between full and relative filenames. (file, path, utility)

rel2fullfile(file,refpath)

relfile(file,refpath)

image thumbnail

updated 5 days ago

figtopdf by Alexandre Willame

figtopdf is a small function that saves the current figure as a .pdf image. (pdf, image, graph)

figtopdf(myfigname, nocomment)

image thumbnail

updated 5 days ago

Truss Design Optimization Based on Generative Algorithms by James Allison

Supplementary material for a WCSMO publication regarding truss design optimization. (structural design, aerospace, automotive)

D=TrussData(Coord, Con)

GAcon(x)

JacobianStresscal(D, Area)

image thumbnail

updated 5 days ago

Huffman Encoder by Jamil Kasan

Input-number of occurrences or probabilities in a row matrix form Output-avelength,codewords,probab (huffman, encoder, huffman encoder)

huffmankasan.m

huffmancode.m

image thumbnail

updated 5 days ago

Fast Medoid Selection using MFAMES by Stephen Pratt

An implementation of the (Mutliple) FAst MEdoid Selection algorithm (MFAMES)[Paterlini et al. 2011] (medoid, kmedoids, clustering)

mfames(cluster_members, ...

image thumbnail

updated 5 days ago

TransposeMat - like transpose, but handles N-D arrays by Chad Webb

Transposes the rows/columns (only) on any N-dimensional array (simulation, optimization, earth science)

TransposeMat(in)

image thumbnail

updated 5 days ago

Validation Toolbox (Performance Metrics for Remote Sensing Data and Climate Model Simulations) by HRL

Performance Metrics for Remote Sensing Data and Climate Model Simulations (earth science, remote sensing, hydrology)

ValidationFunction(simulated, observed,trr)

ValidationToolbox.m

image thumbnail

updated 5 days ago

Image Acquisition Through Web Cam ( GUI Preview) by Shahid Ali Murtza

Image Acquiring with the help of Matlab GUI(interface with Cam). A configurable CAM!!!. (image processing, gui, imaqhwinfo)

ImCamCaptureShahid(varargin)

image thumbnail

updated 5 days ago

Drive the induction motor with minimum losses by KATHIM Alrifai

Loss Minimization in Induction Motor Drives Using Genetic Algorithms (control design, optimization, mathematics)

Drive The Induction motor with Minimum Losses

image thumbnail

updated 5 days ago

F-Test by James Conder

Test whether addition of model parameters is warranted by improvement of data misfits. (statistics, ftest)

ftest(n,np1,np2,chi1,chi2)

image thumbnail

updated 5 days ago

SynapticConductance by Rune W Berg

Estimating inhibition, excitation and total synaptic conductance from intracellular recordings. (intracellular, synaptic, inhibition)

GiGe(Gleak,Gtot1,Vm1, current1,EL, Ei, Ee)

[d,si,h]=abfload2(fn,varargin)

[tau_ACC1 tau_ACC2 mean_Vm mean_I timebase3 STD_Vm tauACC_c...

image thumbnail

updated 5 days ago

MLIB - toolbox for analyzing spike data by Maik Stüttgen

Set of functions for the basic analysis of spike data from neurophysiological experiments (peristimulus time his..., psth, action potential)

checkunit.m

mpsth.m

mraster.m

image thumbnail

updated 5 days ago

Auto format m and c code files by Guo

do batch Ctrl+I by script (parsing, formating, editor)

format_code(parse_dir, ext)

image thumbnail

updated 5 days ago

Average Filter by Jan Motl

Average filter performs image smoothing with integral image method. (image, smoothing, image processing)

averagefilter(image, varargin)

averagefilterTest.m

image thumbnail

updated 5 days ago

Feng local image thresholding by Jan Motl

Feng binarization method is well suited for ill illuminated or stained documents. (binarization, thresholding, local)

averagefilter(image, varargin)

maxfilt2(X,varargin)

minfilt2(X,varargin)

image thumbnail

updated 5 days ago

Stopsis by Pasi Luukka

Fuzzy similarity based fuzzy TOPSIS. (decision making, gmcdm, fuzzy)

FDM=aggregateFDM(FDM,z,k,n)

Sstar=fuzzysimveca(FDMNW,FPIS,n,simi)

W=aggregatew(WD,k,n)

image thumbnail

updated 5 days ago

a LogitBoost implementation by sun peng

An up-to-date implementation of LogitBoost for multi-class classification. (classification, boosting, ensemble)

AOSOLogitBoost

batch_AOSOLogitBoost

batch_boost_basic

Contact us