image thumbnail

updated 6 days ago

PIVMat 3.02 by Frederic Moisy

A PIV Post-processing and data analysis toolbox (davis, data export, data import)

about_pivmat (PIVMat Toolbox)

addnoisef (PIVMat Toolbox)

averf (PIVMat Toolbox)

image thumbnail

updated 15 days ago

Add Visible Line over Images (Modifed Version of the one in Doug's MATLAB Video Tutorials) by Anand P

This is a modified version of the one shared in Doug's MATLAB Video Tutorials (image processing, signal processing, data export)

cursorLine(x,y,innerThickness, outerThickness)

image thumbnail

updated 27 days ago

Reading Philips MR Physiolgy logfiles by Paul Groot

ReadPhilipsScanPhysLog.m reads Philips scanphyslog files, which are created by Philips MRI scanners. (mri, philips, physiological)

ReadPhilipsScanPhysLog(filename, channels, skipprep)

image thumbnail

updated 28 days ago

Dicom Import GUI by Christian Wuerslin

Sorts DICOM files into series and lets you select the series you want to load in a GUI (dicom, medical images, data import)

DicomImport(sPath, lRecursive, csAdditionalTags)

image thumbnail

updated 1 month ago

run_exiftool by Peter Burns

Read and write full Exif metadata from image files. A Matlab front end for ExifTool, by Phil Harvey. (exif, exiftool, image metadata)

getexif(fname)

putexif(dat,fname, refname)

run_exiftool_demo.m

image thumbnail

updated 1 month ago

Algorithm Development with MATLAB by Sumit Tandon

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

Find Green Object

Green Object Detection App

BallDetectionGUI(varargin)

image thumbnail

updated 1 month 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 2 months ago

Medical Image Processing Toolbox by Alberto Gomez

Classes and functions for N-dimensional medical image processing, inspired by ITK (image processing, data export, data import)

[img info]=read_mhd(filename)

circle3DMesh(c,r,d,varargin)

coneImage(points_axis, points_side, ref_im)

image thumbnail

updated 3 months ago

Graph Picker by Travis Wiens

Helps digitize graph data from an image. (gui, digitizing, data import)

[X, Y, axis_data, im]=graph_picker( im )

overplot_example.m

image thumbnail

updated 3 months ago

quadratic equation interpolation by Sherif Omran

assume you have a quadratic equation y=ax^2+bx+c.This script determines a, b , c (s, mathematics, measurement)

[a,b,c]=Quadratic(x,y)

image thumbnail

updated 3 months ago

MATLAB to Point Cloud Library by Peter Corke

matpcl is pure MATLAB code that allows interfacing with the Point Cloud Library (PCL) tools (data import, image processing, pcl)

loadpcd(fname)

lspcd(name)

lzfd(in, outlen)

image thumbnail

updated 3 months ago

immovieFolder.m by Ahmed A. Selman

IMMOVIEFOLDER records a movie from a group of image files in a specified folder, and plays it. (image processing, data import)

[outPut,TheMovie]=immovieFolder(inFolder,varargin)

image thumbnail

updated 4 months ago

International Space Station Live Track by Sherif

Internet connection required to get earth rotation matrices from internet. (ground tracking, international space s..., kepler orbits)

International Space Station Live Track

image thumbnail

updated 4 months ago

Optical Character Recognition 2.0 (OCR 2.0) by Martin PIEGAY

improvements of Optical Character Recognition (OCR)by Diego Orlando (image processing, system identification, communications)

[char, re, esp]=chars(ligne)

[fl, re]=lines(im_texto)

OCR_perso2.m

image thumbnail

updated 5 months ago

One-Sided FFT by Aravazhi Anbarasu

More intuitive than built in function for simple operations.Useful for repetitive code and plotiing. (control design, physics, communications)

fft_calc(X,fs)

image thumbnail

updated 5 months ago

Linear regression for multiple category data with different slopes for each by Soumya Banerjee

The function does OLS and RMA regression on data that is categorized into two different categories (communications, optimization, aerospace)

regress_plot_twocategories_allslope

image thumbnail

updated 5 months ago

showcells by David Smith

Display contents and structure of a cell array using ASCII boxes. (data exploration, matrix, mathematics)

showcells (C)

demo.m

image thumbnail

updated 6 months ago

Trapezoidal Integration by Aravazhi Anbarasu

Simple and intuitive numerical integration based on trapezoidal rule. (data import, data export, control design)

int_trapz(X,Ts)

image thumbnail

updated 7 months ago

DataSet Object by Scott Koch

The DataSet object (DSO) is a Matlab object created to hold both data and metadata. (statistics, chemistry, data import)

dataset(varargin)

datasetdemo.m

image thumbnail

updated 7 months ago

Load Amira 5.2.2 Files by Shawn

A matlab routine to load binary Amira images (amira, data import, image processing)

LoadData_Amira(Pathname)

image thumbnail

updated 7 months ago

Wheel Rail contact calculator by Jong Kim

This GUI program calculates some of specific data during the contact between wheel and rail. (kalkers theory, rail, contact dynamics)

contact_ellipse_calculator(varargin)

image thumbnail

updated 8 months ago

CELP codec by Sourav Mondal

This is a code to demonstrate CELP codecs of bitrate 9.6kbps and 16kbps. (celp, audio codec, lpc)

celp16k(x,N,L,M,c,cb,Pidx)

celp9600(x,N,L,M,c,cb,Pidx)

celpana(x,L,M,c,cb,Pidx,bbuf,ebuf,Zf,Zw)

image thumbnail

updated 8 months ago

SCOPE: plot survival and censoring data from excel file interactively by Rex Cheung

This program is a SCOPE sub-routine to plot the survival and censoring data stored in an excel file (mathematics, data import, data export)

xlsSeerComputeSurvivalFuntion(xlsfilename)

image thumbnail

updated 8 months ago

SCOPE: mulit-variate cox regression by Rex Cheung

Compute and plot cox regression fit using censored survival data stored in an excel file (data import, mathematics, statistics)

xlsSeerComputeSurvivalFuntionCoxRegression(xlsfilename)

image thumbnail

updated 8 months ago

SCOPE: kstest2 extended to allow censoring by Rex Cheung

Extends Matlab 2-sample Kolmogorov-Smirnov test to test "censored" survival data (data import, data export, statistics)

xlsSeerComputeSurvivalFuntionKSTest2(xlsfilename)

image thumbnail

updated 8 months ago

Linear regression with statistics for multiple category data by Soumya Banerjee

This function does linear regression with statistics for multiple category data (OLS and RMA) (aerospace, automotive, biotech)

regress_plot_twocategories

image thumbnail

updated 10 months ago

FBD - "Find the Best Distribution" tool by Yoav Aminov

With this GUI you can find the best distribution that fits your data. (fit, distributions, statistics)

FBD - Find the Best Distribution tool

Main_FitDistribution_GUI(varargin)

image thumbnail

updated 10 months ago

Alicona file format reader (al3D) by Martin

These functions can be used to read the data stored in the Alicona file format *.al3d into Matlab. (image processing, data import)

AliconaData2Pointset(data, varargin)

AliconaPlot(data, varargin)

AliconaReader(varargin)

image thumbnail

updated 10 months ago

Temperature forecasting by Peyman

Next 24 h temperature prediction; for each 15 minutes. (data exploration, data export, data import)

Final.m

image thumbnail

updated 12 months ago

Import ImageJ ROIs by Dylan Muir

Read ROIs and ROI sets saved from ImageJ into MATLAB, without java. (data import, image processing, imagej)

ReadImageJROI(cstrFilenames)

image thumbnail

updated 1 year ago

A Graphical User Interface for Solving Delay Differential Equations and doing Local Search by Soumya Banerjee

A GUI for solving a set of delay differential equations (DDEs) and local search for best solutions (biotech, statistics, data import)

odesolver_outline

...

dde_auto_fit

image thumbnail

updated 1 year ago

Wave Player With Effects And Analysis by Muhammad Umair

It plays and add certain effects to a .wav file like a real media player. (wav player, convoloution, gui)

image thumbnail

updated 1 year ago

Data Theif by Adnan

DataTheif Helps you to extract data points from graphs. (data, data thief, export data)

DataTheif(Image,A,B,C)

image thumbnail

updated 1 year ago

A_Z_Node_Spikes by Sam Bateman

For a bio-functional cellphone micro-chip. (biotech, communications, control design)

A_Z_Nodes_Version_2.m

image thumbnail

updated 1 year ago

Arithmetic Encoding & Decoding by Vinay Kumar Tadepalli

Arithmetic coding is a popular encoding technique in compression engines. (data import, simulation, signal processing)

Arithmetic_dec.m

Arithmetic_enc.m

image thumbnail

updated 1 year ago

MOTION DETECTION IN LIVE VIDEO STREAM by vishal rana

live data is acquired and analyzed to calculate any motion and latest image is storded. (motion, detection, survillence system)

MOTION(varargin)

image thumbnail

updated 1 year ago

Hertz's contact ellipse between rail and wheel by Jong Kim

This GUI provides contact shape and normal pressure within contact ellipse between rail and wheel. (hertz, normal pressure, wheel)

contact_ellipse_calculator(varargin)

image thumbnail

updated 1 year ago

Extract 2D images from 3D volume image data by Rex Cheung

This m-script slices 3D image file in MovingMask.raw in 2D images. (data import, data export, image processing)

3Dto2D.m

image thumbnail

updated 1 year ago

Monte Carlo Markov Chain for inferring parameters for an Ordinary Differential Equation model by Soumya Banerjee

This function uses a Monte Carlo Markov Chain algorithm to infer parameters for an ODE model (biotech, data export, data import)

mcmc_ode

analyze_mcmc(parallel)

test_gamma()

image thumbnail

updated 1 year ago

The Krouchev Journal-Figure Advanced MATLAB Toolkit by Nedialko

Toward an advanced Toolkit for Journal-Figure preparation using MATLAB (data import, image processing, article)

hNew=lafig3(newFig, fhv, FFM);

zbkfig1(fh,newFig,relScl);

demo3.m

image thumbnail

updated 1 year ago

imstream by Oliver Woodford

A wrapper which abstracts videos and image file sequences, so they can be treated the same. (image, video, stream)

imseq

imstream

image thumbnail

updated 1 year ago

Simple Video Camera Frame Grabber Toolkit by Kenneth Perrine

A toolkit for capturing still frames from Firewire or USB video cameras (communications, image processing, signal processing)

fgrabm_devices

fgrabm_formats(varargin)

fgrabm_getdefault()

image thumbnail

updated 1 year ago

Intergrating ITK and Matlab by Rex Cheung

This may be useful to you if you want to integrate ITK and Matlab using C++. (data export, data import, demo)

opt(x0)

image thumbnail

updated 1 year ago

Generate input by Hamideh

I am trying to concatenate the numbers and create a vector of concat number with string format. (optimization, statistics, measurement)

InputGenerate.m

image thumbnail

updated 1 year ago

Flex Input File - Read in FLXTBL files to generate 2D models by PZFlex

Method of importing TIFF images into PZFlex to generate a 2D model (pzflex, image processing, data import)

image thumbnail

updated 1 year ago

PZFlex Table File Writer by PZFlex

Creates .FLXTBL files from TIFF images - imports into PZFlex as a model (flxtbl, flex table files, pzflex)

write_flex_material_table.m

image thumbnail

updated 1 year ago

arbitrary equal division function by TCH

divide an arbitrary curve into pieces along the curve without coordinate dependency (curve equal division, data import, demo)

Norm3D(xyz)

angle3D(xyz)

curveSliceHomogenize3D(x, y, z, n)

image thumbnail

updated 1 year ago

Best Fit Legend by rasam aliazizi

the best tool for signal processing, of a section of your data. (communications, control design, data export)

BestFitInfo(varargin)

Equation(polyCoeff, x, y)

GetMousePosition(varargin)

image thumbnail

updated 1 year ago

Distribution of the contour distances from the center point by mohan palani

Boundary of the signature of image (aerospace, biotech, data import)

centerPoint(binaryImg)

contour_b(a,row,col)

euclidean_distance(Coord1,Coord2)

image thumbnail

updated 1 year ago

ImageTohex, hexToimage cconversion by mohan palani

The matlab code is used for convert the hex file to image and image to hex file (mathematics, image processing, signal processing)

HexConvert2Image.m

imageConvert2Hex.m

Contact us