Refine by Product

Refine by Time Frame

image thumbnail

updated 11 hours ago

regexpBuilder by Michael Ryan

regexpBuilder is GUI that aims to simplify the creation of regexps in Matlab. (regexp, gui)

bigOutput(varargin)

findjobj(container,varargin)

regexpBuilder(varargin)

image thumbnail

updated 11 hours ago

latexfigure by Matthias Pospiech

This package enables the use of all fonts that are supported by LaTeX in a figure. (graphics export, latex, pdflatex)

dvi2png(dviFile, pngFile, dpi)

dvi2ps(dviFile, psFile)

fix_lines(fname, fname2)

image thumbnail

updated 11 hours ago

Cumulative Simpson's rule by Damien Garcia

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

cumsimps(x,y,dim)

image thumbnail

updated 11 hours 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 11 hours ago

Negative Binomial Regression by Surojit Biswas

NB2 Negative-Binomial regression. (statistics, mathematics, optimization)

nbreg( x, y, varargin )

image thumbnail

updated 11 hours ago

figmenu: An automatic figure-selection menu by Douglas Schwarz

Easily switch between figures using a menu that is created automatically. (figure, menu)

figmenu(arg,cmd)

image thumbnail

updated 11 hours ago

The Long-term Evolution of Geosynchronous Transfer Orbits by David Eagle

Interactive MATLAB script that predicts the long-term evolution of geosynchronous transfer orbits. (aerospace, mathematics, simulation)

atan3 (a, b)

ceqm1 (t, y)

eci2orb1 (mu, r, v)

image thumbnail

updated 11 hours ago

Discrete Orthogonal Polynomial Toolbox: DOPBox Version 1.2 by Matthew Harker, Paul O'Leary,

A toolbox for discrete orthogonal polynomials and their applications to fitting, ODEs etc. (discrete orthogonal p..., polynomial approximat..., fitting)

[R Q]=rq(A)

circulant( noPoints, coeffs, option);

dop( m, n )

image thumbnail

updated 11 hours ago

MPC Matrices by Pantelis Sopasakis

Computes the matrices needed to formulate an economic MPC problem for a distributed water network. (mpc, economic mpc, scheduling)

mpc_matrices(S, P, x, D, k, ops)

image thumbnail

updated 11 hours ago

FUNCTION PLOTTER IN ONE VARIABLE by RAHUL RANJAN

differential, integral, and plot of default or user defined mathematical function (calculus, differentiation, integration)

FUN_PLOTTER(varargin)

image thumbnail

updated 11 hours ago

Sudoku by Ulrich Reif

A minimalist Sudoku solver. (sudoku)

Y=Sudoku(X)

image thumbnail

updated 11 hours ago

Circle detector by Morisson C

Fast circle detection via linear (matched filter) transform (image processing, signal processing)

circ_ht(img,rmin,rmax,sens,num)

demo.m

image thumbnail

updated 11 hours ago

Read netCDF files by M Sohrabinia

Reads netCDF data for given fields from a list of given files (read netcdf files, read nc fields, timeseries from netcd...)

[varargout]=readncfiles(subroutine,varargin)

image thumbnail

updated 11 hours ago

Check if XLS file is open by Guilherme Coco Beltramini

This function checks if an XLS-file is open. If it is open in MS Excel, it can be closed. (xls file)

xls_check_if_open(xlsfile,action)

image thumbnail

updated 11 hours ago

DTI gradient table by Guilherme Coco Beltramini

Generate the gradient table from a DTI DICOM file in scanner and in patient coordinates (dti, gradient table, dicom)

dti_grad_table(dcmhdr,Ngrad,corr_rot,out_folder)

image thumbnail

updated 11 hours ago

DICOM to NIfTI converter by Guilherme Coco Beltramini

Simple DICOM to NIfTI converter. Gradient table for DTI files is also created. (dicom, nifti)

dicom2nifti(dcmfile,elim_grad,elim_slc)

dicom_grad_table(dcmhdr,Ngrad,corr_rot,out_folder)

image thumbnail

updated 11 hours ago

Check Missing Semicolons. by Harry Smith

Use if you have a mystery variable printing to screen from one or more functions/scripts. (semicolon)

checksemicolons( functionnames )

image thumbnail

updated 11 hours ago

Kehl, a fast (no loop) method to compute MSD by maxime

Kehl computes the mean squared displacements (MSD), with no loop. Fully vectorized code. (msd, mean squared displace..., diffusion)

Kehl(Trajectory)

image thumbnail

updated 12 hours ago

3D image rotation by Ningzhi

imrotate_3D rotates image volume A by angle degrees in a counterclockwise direction around its cen (image processing)

[OutMat]=imrotate_3D(InMat,degree)

image thumbnail

updated 12 hours ago

Moving Average Function by Glen

Calculates a moving average in an n-dimensional matrix in any dimension. (average filter, statistics, moving window)

result=movingmean(data,window,dim,option)

image thumbnail

updated 1 day ago

inuctancies for wire loops by Maxim Vedenyov

calculates self inductance and mutual inductance (inductance, mutual inductance, wire)

L=inductance_neuman(x1,y1,z1,x2,y2,z2)

L=self_inductance(x,y,r)

[xr yr]=squares_in_polygon(x,y,ss)

image thumbnail

updated 1 day ago

Tutorial on Polynomials in Matlab: polyBox Version 1.2 by Matthew Harker, Paul O'Leary,

A thorough tutorial on polynomials in matlab, which also adds functions for covariance computations (polynomials, covariance, convolution)

polyadd( f, g, Lf, Lg )

polyfitcov( x, y, d )

polymult( g, f, Lg, Lf )

image thumbnail

updated 1 day ago

emgr - Empirical Gramian Framework by Christian

A framework for computating empirical gramians. Compatible with Octave and Matlab. (model reduction, empirical gramians, gram)

emgr(f,g,q,p,t,w,nf,ut,us,xs,um,xm,yd)

image thumbnail

updated 1 day ago

Region Adjacency Graph (RAG) by David Legland

Computes the graph of adjacent regions in a labeled image (rag, watershed, image)

imRAG(img, varargin)

demoImRAG

image thumbnail

updated 1 day ago

boxplotstack by Laurent S

Displays stacked box plots with labels. (box plot, stack)

boxplotstack(X,xtick,labels,opacity,bgcolor)

image thumbnail

updated 1 day ago

KML Toolbox v2.6 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 1 day 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 1 day 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 1 day 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 1 day ago

Algorithm Development with MATLAB by Sumit

Demo files to go with recorded webinar. (data import, gui, image processing)

BallDetectionGUI(varargin)

ImageGUI(varargin)

colorPlanesPlot(rPlane, gPlane, bPlane, justGreen)

image thumbnail

updated 1 day 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 1 day 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 1 day ago

Rank aggregation by Nejc Ilc

Summarizes ordered lists. (statistics, data exploration, rank aggregation)

aggregateRanks(R, N, method, complete, topCutoff)

betaScores(r)

correctBetaPvalues(p,k)

image thumbnail

updated 1 day ago

Subject and scan information from a DICOM header by Guilherme Coco Beltramini

Gets some information from the DICOM header and writes in a ASCII file. (dicom)

dicom_get_info_from_header(dcm_files)

image thumbnail

updated 1 day ago

FindFactors by Jose Victor

Find factors of a symbolic expression. It generalizas coeffs for non polinomials (robotics, symbolic, factorization)

[Factors,Res]=FindFactors(Term,Vector);

image thumbnail

updated 1 day ago

Sinusoidal Random Process by Ashish Meshram (Meet)

Modeling of Sinusoidal Random Process where either A,w, and phi can be random variable(s). (sinusoidal random pro..., random variable, random process)

RandSine(t,option,varargin)

TestRandSine.m

image thumbnail

updated 1 day ago

Watermarking GUI using 3rd level DWT by shivangi patel

The GUI embeds and extracts watermark image to cover image in frequency domain using 3rd level DWT. (watermarking, gui, 3rd level dwt)

MSE( pic1,pic2 )

PSNR( pic1,pic2 )

GUI.m

image thumbnail

updated 1 day ago

Numerical double integration by Sree Prasanna Rajagopal

Numerical implementation of double integration of an expression (numerical integration)

numerical_double_integrator(f,xmin,xmax,ymin,ymax,xcuts,ycu...

image thumbnail

updated 1 day ago

barycentric Coordinates by anukriti dureha

barycentric_coordinates will give the coordinates alpha, beta ,gama of the matrix face_point. (image processing, statistics, mathematics)

barycentric_coordinates( face_point,dt )

image thumbnail

updated 1 day ago

Watermarking GUI using DWT by shivangi patel

The GUI use to embed watermark image in cover image in frequency domain (dwt, idwt, watermarking)

MSE( pic1,pic2 )

PSNR( pic1,pic2 )

GUI.m

image thumbnail

updated 1 day ago

RunLength by Jan Simon

RunLength coding as fast MEX and M-code (runlength, coding, code)

InstallMex(SourceFile, varargin)

RunLength(varargin)

RunLength_M(in1, in2)

image thumbnail

updated 1 day ago

GSIOC RS232 communication files by Geoffrey Akien

For communicating with GSIOC devices via RS232 (gilson, gsioc, rs232)

gsiocobj(comPort)

gsiocobjcomm(type, serialObject, deviceID, command)

gsiocobjconnect(serialObject)

image thumbnail

updated 1 day ago

Comparison of Alamouti & MRC Schemes over Rayleigh Channel by Sourav Mondal

This code gives a relative comparison of performance of Alamouti & MRC schemes over Rayleigh channel (communications, control design, data export)

alamouti_new(M, frmLen, numPackets, EbNo)

mrc_new(M, frmLen, numPackets, EbNo)

alamouti_mrc_RUN_new.m

image thumbnail

updated 1 day ago

Gilson HPLC Pump RS232 communication by Geoffrey Akien

Communicates with Gilson HPLC pumps via RS232 (and 508 interface module) (rs232, gilson, gsioc)

catstructs(varargin)

gilsonpumpobj(comPort, userData)

gilsonpumpobjcomm(type, serialObject, deviceID, command)

image thumbnail

updated 1 day ago

Rheodyne valve RS232 communications by Geoffrey Akien

Commands for communicating with Rheodyne valves via RS232 (rheodyne, valve, rs232)

rheodyne232obj(comPort, userData)

rheodyne232objcomm(serialObject, command)

rheodyne232objconnect(serialObject)

image thumbnail

updated 1 day ago

Round Serial Date Numbers or Date Vectors by Stephen Cobeldick

Round Serial Date Numbers or Date Vectors to the nearest desired unit (round/floor/ceiling). (date vector, date number, rounding)

dateround(DVN,Uni,RFC)

image thumbnail

updated 2 days ago

Animated mesh on the web by Benjamin I

Convert a matlab mesh to a transforming 3D figure on the web (html, mesh, animation)

x3mesh_deform(f,v, v2, varargin)

demo1.m

demo2.m

image thumbnail

updated 2 days ago

Simple graphic calculator by Oren berkovicth

Graphic Calculator (gui, mathematics, calc)

plotgraf(varargin)

image thumbnail

updated 2 days ago

Sudoku by Chaowei Chen

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

sudoku_solver

image thumbnail

updated 2 days 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)

Contact us