Refine by Product

Refine by Time Frame

image thumbnail

updated 10 hours ago

Zoom Strips Plot by Speech

This exercise provides a simple way to visualize and understand speech waveform properties. (gui, speech processing, signal processing)

Callbacks_strips_plot_GUI25(f,C,start_path)

EditrunGui

plot_strips(xinn,n,vstart,m,ipl,icolor,filenames,fs,smin,...

image thumbnail

updated 10 hours ago

Subplot In A Panle by yang

Function to generate a subplot like result in a panle of GUI or in a Figure (subplot panle)

AxesHandel=PlotInPanle(PanelTag,Layout)

SubplotPanel(varargin)

image thumbnail

updated 10 hours ago

Blend Color by Giacomo Alessandroni

BLENDCOLOR - Blend two colours specifying the fractional position (color, interpolation, image processing)

blendcolor(from, to, pos)

image thumbnail

updated 10 hours ago

Wigner3j symbol by Kobi

Wigner3j( J123, M123) calculates the Wigner 3j symbol. (clebschgordan, wigner3j, wigner)

Wigner3j( j123, m123 )

image thumbnail

updated 10 hours ago

Pink, Red, Blue and Violet Noise Generation with Matlab Implementation by Hristo Zhivomirov

Pink, red, blue and violet noise generation via spectral processing of white noise. (noise, communications, signal processing)

bluenoise(N)

pinknoise(N)

rednoise(N)

image thumbnail

updated 10 hours ago

Beautiful and distinguishable line colors + colormap by Jonathan C. Lansey

Plot lots of lines with very distinguishable and aesthetically pleasing colors. Works for 'N' colors (colormap, graphing, colorbrewer)

linspecer.m

image thumbnail

updated 10 hours ago

Sample Rate Conversion by Speech

Converts the sampling rate of an existing speech file from its current rate, to a different rate. (gui, speech processing, signal processing)

Callbacks_SRC_GUI25(f,C,start_path)

SRC_GUI25

srconv(x,fsin,fsout)

image thumbnail

updated 10 hours ago

Filter Signal by Speech

This exercise enables the user to design a filter and then process an existing speech or audio file. (gui, speech processing, signal processing)

Callbacks_filter_GUI25(f,C,start_path)

Dinfinity( deltap,deltas )

fK( deltap,deltas )

image thumbnail

updated 10 hours ago

Echo Signal by Speech

Allows user to create an echoed version of an existing speech file and compare it to the original. (gui, speech processing, signal processing)

(0:(NB-1))/Nfft * fs; end

Callbacks_echo_signal_G25(f,C,start_path)

echo_signal_GUI25

image thumbnail

updated 10 hours ago

Record Display Speech by Speech

Allows the user to read, display, and play an existing or custom made speech or audio file. (gui, speech processing, signal processing)

Callbacks_record_display_speech_GUI25(f,C,start_path)

[B,BA,F,T]=create_spectrogram(y,nfft,fs,w,dyn_range,logLi...

record_display_speech_GUI25

image thumbnail

updated 10 hours ago

Semaphore by Kevin

Simple semaphore implementation wrapping around Matlab's waitfor. (semaphore, lock, event)

Semaphore

image thumbnail

updated 10 hours ago

Log Output Verbosity Control by Werner

Control the amount of info display by your matlab's packages and where do they go to. (debug, log, output)

Output

example.m

image thumbnail

updated 10 hours ago

Numerical methods vs analytical methods for Differential equations by Praveen Ranganath

This code compares the analytical solution with the numerical solutions of a simple first order ODE (numerical methods, eulers method, differential equation)

f1(a,b)

Numerical_methods.m

image thumbnail

updated 10 hours ago

Check4updates by Bjorn Gustavsson

Check4updates tracks updates of your favourite FeX packages, with GUI-selection for download. (programming, fex package update tr..., manage download)

Check4updates.m

fcnWithInpArgsExmpl.m

functions2check4updates.m

image thumbnail

updated 10 hours ago

List Files using Pull-Down Menus and Programmatic GUI by Eliot

A Pull-Down Menu for Listing Files within Folders in Programmatic GUI. GUIDE not required. (gui listbox menu prog...)

load_listbox(dir_path,hObject,hObject_echo)

image thumbnail

updated 10 hours ago

Break X Axis by Peter

Splits the x-axis into 2 disjoint regions in order to hide an uninteresting portion of a figure. (figureaxesaxisplottin...)

breakxaxis(varargin)

unbreakxaxis(breakInfo)

SimpleExample.m

image thumbnail

updated 11 hours ago

imoverlay by Matt Smith

Create a color overlay of two images. Allows transparency and thresholding. (overlay, medical, image processing)

imoverlay(B,F,climF,climB,cmap,alpha,haxes)

imoverlay_tool

image thumbnail

updated 1 day ago

Variable Precision Integer Arithmetic by John D'Errico

Arithmetic with integers of fully arbitrary size. Arrays and vectors of vpi numbers are supported. (integer, biginteger, arithmetic)

base2vpi(B,base)

bin2vpi(B)

binomfactors(n,k)

image thumbnail

updated 1 day ago

nearestSPD by John D'Errico

Finding the nearest positive definite matrix (positive definite mat..., covariance matrix, covariance)

nearestSPD(A)

nearestSPD_demo

image thumbnail

updated 1 day ago

nested 'for' to 'while' by Ligong Han

convert nested 'for' loop to 'while' loop (basic)

forfolding(expr,inflimit,suplimit,step,flen,clen,dlen)

foldfor.m

image thumbnail

updated 1 day ago

publish2latex by Matthew Harker, Paul O'Leary,

Using full Latex markup in m-files to generate high quality documentation. Version 1.3 (latex, pdf, publish)

addSectionAt( generatedFile, at);

analyzeCellLines( cellLines )

charArray2cells( stringArray, eolChar )

image thumbnail

updated 1 day ago

figure2eps: version 1.0 by Matthew Harker, Paul O'Leary,

Combine vector graphics, e.g. text, axis etc. with bitmap graphics for surfaces in one eps file. (eps, bitmap, opengl)

epscombine( eps1 , eps2 , writefile )

figure2eps(H,fileName, maxNrPatches, BitMapRenderer, forc...

Demonstration of figure2eps

image thumbnail

updated 1 day ago

Region of interest - GUI by Omry Blum

The GUI panel lets you review a full movie before cropping and saving its images to disk (region of interest, roi, crop)

[mov,V,cV]=Loadvid()

[mov,cV]=cropvid(app)

savevid(app)

image thumbnail

updated 1 day ago

Gaussian Mixture Probability Hypothesis Density Filter (GM-PHD) by Bryan Clarke

Implementation of the Gaussian mixture probability hypothesis density filter GM-PHD. (probability hypothesi..., tracking)

ConvertPlusMinusPi(theta)

h=error_ellipse(varargin)

unifpdf_2d(xrange, yrange, z)

image thumbnail

updated 1 day ago

Dot Density Plot by Molly Rossow

Draws a dot density plot. (plotting, data exploration, statistics)

dotdensity(varargin)

image thumbnail

updated 1 day ago

Drive Magnetic Micro-Robots Through a 2D Vascular Network by Aaron Becker

Using the mouse or keyboard, drive n robots through a 2D vascular structure to goal positions (game, control theory, swarm)

leafNavigate.m

image thumbnail

updated 1 day ago

Simulate Control of Magnetized Tetrahymena Pyriformis Cells by Aaron Becker

With uniform magnetic field uses control-Lypunov function to steer all cells to orbit goal positions (tetrahymena, pyriformis, magnet)

...

ODEsimPyriformisPhaseLag

ODEsimSpirographPlot

image thumbnail

updated 1 day ago

dtmcursor by Jonathan Lister

DTMCURSOR implements a cross hair with the ability to set and measure values from x and/or y datums. (data exploration, gui, cursor)

dtmcursor

image thumbnail

updated 1 day ago

surf2solid - make a solid volume from a surface for 3D printing by Sven

Turns thin surfaces into closed solids by adding a flat base or offsetting by a given thickness. (stl, patch, mesh)

surf2solid(varargin)

image thumbnail

updated 1 day ago

conversionMatrix2Quaternion by Marco Borges

Function to convert Rotation Matrix to Quaternion (quaternion, euler, rotation)

conversionMatrix2Quaternion(M, varargin)

image thumbnail

updated 1 day ago

Massive Uniform Manipulation: Control Large Populations of Simple Robots with a Common Input Signal by Aaron Becker

rearranges n robots controlled to move in unison {up, down, left, right} using 1 obstacle (control design, robot, micro robot)

BinaryImage(image,c)

PosControl_universal

posControlShapes(shape)

image thumbnail

updated 1 day ago

Android Sensor support from MATLAB by MathWorks Mobile Sensor Connectivity Team

MATLAB support package for Android Sensors (android, mobile sensor, accelerometer)

mobileSensorExplorer(deviceType)

setupmobile

Capturing Azimuth, Pitch, and Roll Example

image thumbnail

updated 2 days ago

MATLAB for C/C++ Programmers by Adam Filion

Files used in webinar MATLAB for C/C++ Programmers. (coder, compiler, engine)

bar(x)

displayLanes(frameRGB, laneVertices)

findlanes(bbox, Major, Minor)

image thumbnail

updated 2 days ago

regexpBuilder by Michael Ryan

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

bigOutput(varargin)

evaluateOptions(varargin)

findjobj(container,varargin)

image thumbnail

updated 2 days ago

Mouse figure interaction by Eydrian

This example shows how the mouse could be used to change how an image is displayed (mouse, figure, image)

mouseClicked(isDown)

mouseMove ()

movingMouseExample.m

image thumbnail

updated 2 days ago

text2pdf by Jordi Palacin

Simple and direct text to pdf conversion. (pdf creation)

text2pdf.m

image thumbnail

updated 2 days ago

Turbo Code by Yogesh K Soniwal

Turbo code performance over AWGN channel using RSC encoder & BCJR decoder for code [1,1+D+D^2/1+D^2] (awgn, rsc encoder, turbo code)

[ALPHA]=alpha_1(GAMMA,N)

[BETA]=beta_1(GAMMA,N)

[g]=gamma_1(Apriori,N,Input_matrix,Parity_bit_matrix,R0,R...

image thumbnail

updated 3 days ago

Dipole & Rectangular Aperture antenna pattern by Salaheddin Hosseinzadeh

3D Polar plot for various Dipole and Rectangular Aperture antennas. (communications, gui, mathematics)

Dipole_Aperture_Aid(varargin)

image thumbnail

updated 3 days ago

Isotropic Arrayed Antenna Pattern by Salaheddin Hosseinzadeh

Simple Plot for various number of isotropic arrayed antennas, with adjustable phase shift and spacin (communications, gui, mathematics)

Isotropic_Arraye_Antenna(varargin)

image thumbnail

updated 3 days ago

Directional Smoothing Filter by Ashish Meshram (Meet)

Directional Smoothing Filter (directional smoothing..., smoothing, filter)

dsf(I,ms)

testdsf.m

image thumbnail

updated 3 days ago

Discrete Orthogonal Polynomial Toolbox: DOPBox Version 1.5 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 3 days ago

Locating Reducible Words - Free Groups by Theophanes Raptis

The main function locates all reducible and cyclically reducible words. (statistics, combinatorics, groups)

NLLSG(s, n, b)

freegroup(k, n)

image thumbnail

updated 3 days ago

Function Chart V.3.2 by Gert-Helge Geitner

Easy event-driven motion control for education with GUI based parameter, syntax and dead end check (motion control, modeling, eventdriven)

BLN.m

BLN.m

FC_Ende(varargin)

image thumbnail

updated 3 days ago

simple PID Controller tunning using ZN - 'S' curve method by Kandhavel A

Function which gives Kp, Ki , Kd, Ti & Td values using 'S' curve method. (open loop tuning method) (pi, pid, zn)

[O]=ZN_PI_PID(s,in,out,t1,t2)

image thumbnail

updated 3 days ago

Cálculo de Matriz Simbólica Homogénea H0-H6 by Carlos

Este proyecto tiene la función de calcular las matrices homogéneas para un robot de 6 eslabones. (denavithartenberg, denavit, hartenberg)

RoboticaII.m

image thumbnail

updated 3 days ago

DateStr2Num by Jan Simon

Convert date string to date number - C-Mex: much faster than DATENUM (datevec, date, serial)

DateStr2Num(S, F)

uTest_DateStr2Num(doSpeed)

image thumbnail

updated 3 days ago

Fast AUC calculator and ROC curve plotter by Uri Shalit

Calculates the Area Under the ROC curve, and plots the ROC curve. Completely vectorized, very fast. (optimization, statistics, auc)

fastAUC(labels,scores,plot_flag)

image thumbnail

updated 3 days ago

WSOLA sound Time Scaling by Arthur Dgn

WSOLA Algorithm implementation for time scaling(streching/compressing) in the time domain. (sound, dsp, voice)

wsola_time_scaling(sig_in, fs, scale_factor, simil_method)

image thumbnail

updated 4 days ago

Deep Neural Network by Masayuki Tanaka

It provides deep learning tools of deep belief networks (DBNs). (machine learning)

CalcRmse( dbn, IN, OUT )

GetDroppedDBN(dbn, DropOutRate, strbm)

GetOnInd( dbn, DropOutRate, strbm )

image thumbnail

updated 4 days ago

DVB-T by Salaheddin Hosseinzadeh

GUI based simulation of DVB-T Interneaver Enhancement (communications, data export, data import)

BursErr(FrameNo,Burst)

ConvDecoderHard(data, coderate, ConvDecInitMetric,ConvDec...

ConvEncoder(msg, coderate, state)

Contact us