image thumbnail

updated 5 days ago

Easy Sensitivity (Tornado) Plot Function by Richard McCulloch

This function makes a tornado sensitivity plot and returns the sensitivity values. (aerospace, biotech, data export)

TorPlot(data,names,sensitivity,save)

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 15 days ago

Plot2BMP by Bryan C. Smith

Exports Matlab arrays into BMP images. Many options for color, can handle complex arrays. (plotting, visualization, complex maps)

plot2bmp(Z,varargin)

mandelbrot.m

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 2 months ago

Colormaps compatible with red-green color perception deficiencies by Matthias Geissbuehler

Colormaps for displaying data compatible with red-green color perception deficiencies (colormap, colormaps, linearincreasing brig...)

cmap=ametrine(n,varargin)

cmap=isolum(n,varargin)

cmap=morgenstemning(n,varargin)

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 6 months ago

AMPL data file toolbox by Arthur Richards

Writing Matlab data to AMPL data files (data export, optimization)

count=AMPLcomment(fid,st)

count=AMPLmatrix(fid,pname,p,varargin)

count=AMPLmatrixint(fid,pname,p)

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: 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

Scalable Vector Graphics (SVG) Export of Figures by Juerg Schwizer

Converts 3D and 2D MATLAB plots to the scalable vector format (SVG). (plot2svg, svg filters, 3d)

demo_svg_water

plot2svg.m

simulink2svg

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 11 months ago

Export figure to 3D interactive PDF by Ioannis Filippidis

Export figure as a U3D file or directly to 3D interactive graphics within a PDF. (3d, u3d, graphics)

[strmodelshading, strfaces_colors, strfaceshading, strcolor...

arclength(px,py,varargin)

axes_extremal_xyz(ax)

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

Animated gif generator from images by Héctor Corte

This script is a GUI to easily generate an animated gif from images. Time between images can be set. (image processing, simulation, interpolation)

gifgenerator.m

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

Edge Drawer by Héctor Corte

This simple script allows you to create edge pictures from an existent image. (data export, gui, image processing)

edges.m

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

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

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

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

InSPIRE Utility by Rex Cheung

InSPIRE: utilties (image processing, mathematics, optimization)

ImageOverlay(fixedimage, movingimage)

a=convert2landmarks(cursor_info)

crop(I,x1,x2,y1,y2)

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

image thumbnail

updated 1 year ago

Generate [file/folder/any] name based on current time by sunil anandatheertha

Generate [file/folder] name based on current time. Useful for some automated folder/file creation. (aerospace, data export, automotive)

genFilename()

image thumbnail

updated 1 year ago

Graphical User Interface for Solving Ordinary Differential Equations by Soumya Banerjee

A Graphical User Interface for Solving Ordinary Differential Equations (Immune Response Model) (data export, data import, gui)

odecall_eclipse_tcl_jv_local(target,infected,...

odesolver_outline(varargin)

image thumbnail

updated 1 year ago

images2avi.m by Yan Ou

Convert images to .avi file. (data export, image processing)

images2avi(images, filenameavi, fps)

image thumbnail

updated 1 year ago

Example using a MATLAB Class to control a GUI by Alex

This example shows how to use a Matlab class to control a gui. (class, gui, data export)

standard_fig(varargin)

gui_class_example

image thumbnail

updated 1 year ago

Video Recording by rasam aliazizi

Recording video & snapshots using a web cam or other. (image processing, signal processing, gui)

Creat_AVI(varargin)

CreateImAqObject(varargin)

Export2WorkSpace(var, val, varargin)

image thumbnail

updated 1 year ago

C++.NET programs inside MATLAB language by Mohammed Siddeq

run C++/C++.NET programs inside MATLAB language (communications, mathematics, image processing)

[M]=Read_Write_File_Data(X,R_W,Check_Matrix,Str)

image thumbnail

updated 1 year ago

PLOTsaveas_fig.m by Sulaymon Eshkabilov

function file is a tiny useful script to manipulate figure window & to have printout opt.s (mathematics, demo, data export)

PLOTsaveas_fig

image thumbnail

updated almost 2 years ago

Excel Embedded chart. by rasam aliazizi

create an embedded chart in excel from data in excel spreadsheet. (mathematics, data export, data import)

EmChartObj(Excel, archive, ytitle, xtitle, EndCell, chartTi...

test1.m

image thumbnail

updated almost 2 years ago

Drag and Drop(Line Objects) by rasam aliazizi

Drag and Drop Line Objects From wthin any axes in any figure. (data export, data import, mathematics)

Mouse_over_lineObj(varargin)

magnify(f1)

image thumbnail

updated almost 2 years ago

Column Array Sort. by rasam aliazizi

sort a column of data, the way you want it. (measurement, optimization, data import)

array_elemnt_extraction(r, minimum, maximum, varargin)

image thumbnail

updated 2 years ago

Complex DATA export and Import in MATLAB by Sulaymon Eshkabilov

How to export and import complex data in MATLAB (data import, data export, mathematics)

complex_EXPort_and_IMport.m

image thumbnail

updated 2 years ago

TakeAPicture by Peter O'Connor

Take a snapshot of the current figure, save it as a png (or tiff or whatever) image (data export, gui, snapshot)

TakeAPicture(varargin)

image thumbnail

updated 2 years ago

Hiding image in sound (im2sound) by Stephen

Converts an image into a sound file. Played through a spectrum analyser, the image is revealed. (hiding, communications, sound)

im2sound(filename, ext, f_sample, f_low, ...

image thumbnail

updated 2 years ago

simlog by Robin Larsson

GUI to enable easy logging of multiple signals in Simulink. Log a complete subsystem with one click. (debugging, gui, simulation)

simlog.m

image thumbnail

updated 2 years ago

Sudoku by Mohit Gupta

Solves 9X9 Sudokus of any difficulty level (matrix, game, control design)

[]=msave(b,d,i,j,a,n)

[a,test]=mgeta(d,i,j,n)

[b,d]=mupdate(b,d)

image thumbnail

updated 2 years ago

Andor SIF File Reader by Sathish Kumar Ramakrishnan

Interactive Graphical User Interface Andor SIF File Reader. Supports two Andor Solis versions. (sif reader, image processing, andor)

metadata(varargin)

sifreader(varargin)

image thumbnail

updated almost 3 years ago

MontageFigures by Nick Sinclair

Creates Montage (subplots) of Specified Figures and their subplots (montage, copyobj, copy)

montagefigurefiles(x,y)

montagefigures(figurearray,x,y)

Contact us