Refine by Product

Refine by Time Frame

image thumbnail

updated 3 days ago

Valcolor by Jurgen

Apply color CLR to colormap entry pertaining to value VAL. Either scaled or indexed figure. (color, colormap, intensity)

valcolor(varargin)

image thumbnail

updated 3 days ago

INL Image Artifacts by Deyan Levski

An example and model of integral non-linearity and column ADC mismatch effects in CMOS Image Sensors (inl, adc, cmos)

INLImageArtifacts.m

image thumbnail

updated 3 days ago

OpenCV-Matlab by Boris Schauerte

OpenCV-Matlab is a C++ template library to convert between Matlab and OpenCV images (opencv, mex, conversion)

image thumbnail

updated 3 days ago

Chaos test by Ahmed Ben Saïda

A test for chaotic dynamics of a noisy time series based on the Lyapunov exponent. (chaos, bifurcation, lyapunov exponent)

chaosfn(Theta, X, L, m, q, ActiveFN)

chaostest.m

image thumbnail

updated 3 days ago

Raspberry Pi PWM Driver Block SFunction by Joshua Hurst

Simple Soft PWM driver block example using WirngPi (sfunction, driver, raspberry pi)

PWM_Out_SFunction_Example

image thumbnail

updated 3 days ago

Raspberry Pi DC Motor H-Bridge Driver Block SFunction by Joshua Hurst

DC Motor Driver Block using Soft PWM of WiringPi Library (sfunction, raspberry pi, hbridge)

DC_Motor_Driver_Block_RPi

image thumbnail

updated 3 days ago

Gray-scale image segmentation using normalized graphcuts by Mohamed Athiq

Textbook implementation of Normalized graph cut segmentation of gray-scale or intensity images (signal processing, image processing, mathematics)

graphcuts.m

image thumbnail

updated 3 days ago

Image Index Analysis GUI by Aristidis Vaiopoulos

This GUI measures the image quality/error between 2 or more images (original,test1/test2/.../testn). (gui, image index, index analysis)

bias3d(x, y, ws, absval)

bias_fs(x,y,ws,absval)

ccc3d(x, y, ws)

image thumbnail

updated 3 days ago

Round using error estimate by Jack Peterson

Rounds a number and its error off so they are more readable. (error, round, estimate)

pretty_errors(u,u_err)

image thumbnail

updated 3 days ago

Insert commas into numbers by Jack Peterson

Insert commas into numbers. (comma, number, integer)

insert_commas(N)

image thumbnail

updated 3 days ago

1d wave by salam

initial condition sin(pi*x) (mathematics)

code2.m

image thumbnail

updated 3 days ago

Min/Max selection by Bruno Luong

Search for k smallest or largest elements in the array (min, sorting, max)

buildInternal_mxArrayDef(mxArraydefFilename)

getmexopts(Tag)

maxk(varargin)

image thumbnail

updated 3 days ago

2D FDTD code with TF/SF interface and UPML absorbing borders by Vasily Kozhevnikov

Simple example implements FDTD + UPML + Total Field/Scattered Field interface (fdtd, 2d, te)

FDTD_2D

image thumbnail

updated 3 days ago

Function to find line in directory or folder by mark sah

Parses directory from the first arg for the specified string in the 2nd arg for filetype in 3rd arg (parser folder directo...)

find_word_code(input,search_text,extension)

image thumbnail

updated 3 days ago

SIGLE PHASE ACTIVE HARMONIC FILTER by PAULO

SIMPLE SINGLE PHASE ACTIVE HARMONIC FILTER WITH UNIVERSAL BRIDGE AND UTILITY. (harmonic)

EXERCICIO5A

image thumbnail

updated 3 days ago

ProcessNetwork Version 1.0 Software by Ben Ruddell

Functions for the delineation of Dynamical Process Networks using Information Theory (process networkdynami...)

GetShannonBits(C,nCounts)

ProcessNetwork (configfile,inputfile,lagfile)

[Abinary,Awtd,AwtdCut,charLagFirstPeak,TcharLagFirstPeak,ch...

image thumbnail

updated 3 days ago

Lloyd's Algorithm by Aaron Becker

Starts with a point set, repeatedly moves each point to centroid of Voronoi cell. (lloyds algorithm, simulation, robot coverage)

lloydsAlgorithm(Px,Py, crs, numIterations, showPlot)

image thumbnail

updated 6 days ago

EPS Utility Toolbox by Kesh Ikuma

A set of functions to generate publisher-happy EPS images (eps, print, image export)

eps2raster(varargin)

epscleancolordict(infile,outfile)

epsembedfont(varargin)

image thumbnail

updated 6 days ago

TextZoomable for text that scales as you zoom by Ken Purchase

Text that zooms as you zoom your plot, rather than staying at a fixed font size. (text, zoom, text zoom)

TextZoomable(x,y,varargin)

image thumbnail

updated 6 days ago

CODIS by Giuseppe Cardillo

Combined DNA Index System: a GUI tool for forensic paternity lawsuit (gui, biotech)

CODIS(varargin)

CODISINCEST(handles,KC)

CODISswap(a,b,c)

image thumbnail

updated 6 days ago

OKUBO: Gravity change due to shear and tensile faults by François Beauducel

Okubo's 1992 model for gravity change due to finite rectangular source in elastic half-space. (density, geophysics, gravity)

okubo92.m

image thumbnail

updated 6 days ago

iPeak: Interactive Peak Detector (Version 5.3) by Tom O'Haver

Keypress operated interactive peak detector function. (peak detection, analytical chemistry, instrumental analysis)

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

escapeString: convert special characters in a string into their escape sequences by Christian

Escapes special characters (\r, \t, ...) in a string and returns the escaped string. (escape, string)

escapeString(str)

image thumbnail

updated 6 days ago

Faster ROC-AUC by Enric Junqué de Fortuny

Fast calculation of AUC of an ROC for binary classification problems. (auc, roc)

install.m

image thumbnail

updated 6 days ago

Chebpack by Damian Trif

The MATLAB package Chebpack solves specific problems for differential or integral equations. (mathematics, differential equation..., integral equations)

A=fact(a,m)

B=Ex4_delay_main

D=deriv(n,dom)

image thumbnail

updated 6 days ago

A cavitation alogrithm by Andreas Almqvist

Matlab routines solving a linear complementarity problem appearing in lubrication with cavitation (lubrication, cavitation, reynolds equation)

LCP_pocket_pad.m

image thumbnail

updated 6 days ago

contour_lines_tracer by Max Mitrofanov

makes a table (X,Y,Z), contained interpolated data of same-Z points from input points massif. (contour_lines interpo...)

[C,l]=viborka(i,x,y,z)

inter.m

izolin.m

image thumbnail

updated 6 days ago

Save and load Matlab "projects" in editor by Kevin Bartlett

Saves and loads Matlab "projects" in editor (currently-open files, working directory, search path). (editor, project, programming)

matproj(varargin)

image thumbnail

updated 6 days ago

Ray casting for deformable triangular 3D meshes by Vipin Vijayan

Ray casting or collision detection for deformable triangular 3D meshes. (triangular mesh, ray casting, collision detection)

OBJ=read_wobj(fullfilename)

opcodemeshdemo()

patch_display( fv ,showfacecolor, showtexture)

image thumbnail

updated 6 days ago

subplot_grid by Joris Kampman

A subplot figure with a lot of fancy features (subplot, merge, interactive axes)

subplot_grid.m

image thumbnail

updated 6 days ago

TextZoomable for text that scales as you zoom by Ken Purchase

Adds text to a figure that grows/shrinks with figure content as the figure is zoomed/scaled (text, zoomable text, scalable text)

TextZoomable(x,y,varargin)

image thumbnail

updated 6 days ago

GUI Layout Toolbox by Ben Tordoff

Layout management objects for MATLAB GUIs (gui, boxlayout, gridlayout)

callbackexample()

demoBrowser()

displayEndOfDemoMessage(filename)

image thumbnail

updated 6 days 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 6 days ago

BER for MRC over flat fading channel by Jamal

this is theroritical BER calculation for the multipath flat fading channel. (mrc, ber, flat fading)

mrc_theoritical.m

image thumbnail

updated 6 days ago

Default arguments by Bas-Jan

Set default values for optional function input. (default arguments, function inputs)

defaultargs(defaults,varsin)

image thumbnail

updated 7 days ago

Table Breakpoint Optimization by Tucker McClure

A set of tools for finding the best way to reduce the size of a table. (optimization, breakpoints, tables)

Table Optimizer

find_best_table_1d(x_0, z_0, ...

find_best_table_1de(...

image thumbnail

updated 7 days ago

Shimmer MATLAB Instrument Driver by Karol O'Donovan

Object oriented solution for Shimmer sensor data capture directly into Matlab (ecg, gyroscope, gsr)

plotandwriteexample(comPort, captureDuration, fileName)

plotandwriteexamplelegacy(comPort, captureDuration, fileNam...

twoshimmerexample(comPort1, comPort2, captureDuration)

image thumbnail

updated 7 days ago

get_contents by Christopher Hummersone

Get the contents of a specified directory (list, contents, directory)

get_contents(directory,str,varargin)

image thumbnail

updated 7 days ago

SVN Profiling by Christopher Hummersone

Read data from files tagged with an SVN keyword (svn, subversion, keyword)

add_ps_comments(filename,str)

build_svn_profile(folders,keywords,strs,rec)

get_contents(directory,varargin)

image thumbnail

updated 7 days ago

digital image processing by Keat Chun Yeoh

some coding about dip (image processing)

dip_assignment01.m

image thumbnail

updated 7 days ago

A pivoting algorithm solving linear complementarity problems by Andreas Almqvist

A matlab implementation of pivoting algorithm solving linear complementarity problems (linear complementarit..., pivoting algorithm, lemke)

LCPSolve(M,q,pivtol,maxits)

image thumbnail

updated 7 days ago

Birthday Cake by Amol Mahurkar

This code bakes a birthday cake for someone special to whom you wanna surprise on his/her birthday (image processing, gui, mathematics)

Birthday_gift()

image thumbnail

updated 7 days ago

Raspberry Pi Driver Block SFunction by Joshua Hurst

Simple Digital Out SFunction example block showing how to use the WiringPi library (simulink, driver, sfunction)

Digital_Out_SFunction_Example

image thumbnail

updated 7 days ago

Delta SimMechanics Model by Enes

Parametric SimMechanics Delta model,so you can easly change the parameter and optimize your robot. (delta, simmechanics, kinematics)

delta_simmechanics_workspace.m

delta_simmechanics

image thumbnail

updated 7 days ago

Calculation of CT MTF and NPS using the ACR accreditation phantom by Saul

This code enables measurements of CT MTF and NPS from images of an ACR accreditation phantom. (computed tomography, ct, modulation transfer f...)

SliceBrowser(varargin)

mtfcalc.m

npscalc.m

image thumbnail

updated 7 days ago

tipos de graficas by Youlez Figueredo

muestra tipos de graficas (cuadrada, diente de sierra, matlab)

graficas(varargin)

image thumbnail

updated 8 days ago

Capture a Screenshot of an Agilent X-Series Signal Analyzer and Transfer it to MATLAB by Adarsh Narasimhamurthy

MATLAB example to capture a screenshot of an Agilent X-Series Signal Analyzer using VISA interface. (measurement, data import, agilent signal analyz...)

TransferScreenShot.m

image thumbnail

updated 8 days ago

Norton-Beer apodization filter by Jered Wells

NORTONBEER produces a one-dimensional Norton-Beer apodization filter (apodization, filter)

nortonbeer(W,varargin)

image thumbnail

updated 8 days ago

3D Cone beam CT (CBCT) projection backprojection FDK MLEM reconstruction MATLAB codes for students by Kyung Sang Kim

3D Cone beam CT (CBCT) projection backprojection MLEM FDK reconstruction MATLAB source codes (backprojection, fdk, projection)

CTbackprojection( proj, param )

CTprojection( img, param )

backprojection(proj,param,angle_rad)

image thumbnail

updated 8 days ago

Gammatone filterbank by Christopher Hummersone

Produce an array of responses from a fourth-order Gammatone filter via FFT (gammatone, filter)

MakeErbCFs(mincf,maxcf,numchans)

gammatoneFast(x,cfs,fs,align)

y=ErbRateToHz(x)

Contact us