image thumbnail

updated 6 days ago

MATLAB State by Troy Grossarth

Saves and restores the MATLAB State (e.g. editor files, breakpoints, figures, variables, etc.) (matlab, state, environment)

matlabState(proc, varargin)

image thumbnail

updated 13 days ago

Reconstruction of Image from Simple Back Projection by Shrinivas

Reconstruction of Image from projections (image processing, mathematics, matlab)

[size1,upto,increment]=inputsbp()

[z]=choosesbp(upto,increment)

sbp0109.m

image thumbnail

updated 15 days ago

Neural Data Toolbox (NDTb) by Lukas Maly

Neural Data Toolbox (NDTb) is toolbox developed for neuroscience data processing. (neural data toolbox, ndtb, fmri)

ndtb.m

ndtb_3dviz_gui.m

ndtb_anon_gui.m

image thumbnail

updated 18 days ago

QPSK example with MATLAB entry for HDL Coder by Richard

Set of laboratory exercises to demonstrate Mathworks HDL Coder with MATLAB entry. (wireless, communication, hdl coder)

...

...

...

image thumbnail

updated 28 days ago

to instrument by Guowang Wu

this is an example to use to instrument (matlab)

toInstrument

image thumbnail

updated 1 month ago

Function for importing and plotting STL files in MATLAB by siddhesh rane

This file will import and plot ASCII STL file in MATLAB. (stl file, file import, 3d printing)

readSTL( filename)

image thumbnail

updated 1 month ago

matlabServerClient by Arun

Server and Client in MATLAB (network, socket, java)

client(serverIp, serverPort, fileToSend)

server(serverPort, fileName)

image thumbnail

updated 1 month ago

Multidimensional matrix multiplication by Sandor Toth

The simple function performs fast matrix multiplication within multidimensional arrays. (matrix, multiplication, simple)

mmat(A,B,dim)

image thumbnail

updated 2 months ago

histogram Equilization by Muhammad Ali Qadar

histogram Equilization without matlab build function (histeq, image processing, matlab)

histequilization.m

image thumbnail

updated 2 months ago

tipos de graficas by Youlez Figueredo

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

graficas(varargin)

image thumbnail

updated 3 months ago

frft.m by meng

For signal processing fractional Fourier transform matlab source code. Members wish to be useful (matlab, mathematics)

frft(f, a)

image thumbnail

updated 3 months ago

CRC-CCITT in Matlab by Hassan Mohammadi-Abdar

Calculates CRC-CCITT bytes (16 bits) for the message which is an array of bytes. (crcccitt, matlab, algotithm)

crc_ccitt_matlab (message)

image thumbnail

updated 3 months ago

PV array three level inverter (how connect ?) - help by Viliam

How do I connect a PV array to the converter? does not work... Please help me... (fotovoltaic, array, simulink)

foto

image thumbnail

updated 3 months ago

extend Matlab Editors and command window callback by Andreas J.

Extends the editor and Command window features. it will auto insert closing brackets. (matlab, editor, command window)

Aid_SearchCell.m

Aid_doKeyboardActions.m

Matlab_extendEditorFunctionality.m

image thumbnail

updated 3 months ago

MATLAB and PSpice for Electronic Circuits by Won Yang

Examples present analytical solutions with MATLAB analysis and PSpice simulation (circuit analysis, pspice, circuit design)

HPF_RC_OPAmp_design(B,A,R2C,KC)

LPF_RC_OPAmp_design(B,A,R2C,KC)

[Gs,gg_scaled]=ladder_xfer_ftn(Rs,gg,Kc,wc,band)

image thumbnail

updated 5 months ago

single phase seven level cascade inverter by chaithanya deepak

output of this will be seven level inverter by using sine wave (matlab)

Cascade7levelInverter

image thumbnail

updated 5 months ago

PicoScope® 2000 Series - MATLAB® Generic Instrument Driver by Pico Technology

MATLAB Instrument Driver for use with PicoScope 2000 Series oscilloscopes (Alpha Release) (instrument driver, matlab, measurement)

[methodinfo, structs, enuminfo, ThunkLibName]=PS2000MFile

[methodinfo,structs,enuminfo,ThunkLibName]=ps2000WrapMFile

adc2mv(adc_count, voltage_range, max_value)

image thumbnail

updated 5 months ago

PlotArray by Patrick

Use this function to help plot multiple data series of different size without using hold! (matlab, data import, gui)

PlotArray( V,M )

image thumbnail

updated 6 months ago

Caesar Cipher Encryption and Decryption with MATLAB gui guide by Tamir Suliman

Using MATLAB guide this program will encrypt and decrypt letters using caesar cipher (caesar cipher, encryption, matlab)

caesarcipher(varargin)

csencryptdecrypt.m

image thumbnail

updated 8 months ago

PicoScope® 3000 Series - MATLAB® Generic Instrument Driver by Pico Technology

MATLAB Instrument Driver for use with PicoScope 3000A/B oscilloscopes (matlab, picoscope, instrument driver)

[methodinfo,structs,enuminfo,ThunkLibName]=PS3000aMFile

[methodinfo,structs,enuminfo,ThunkLibName]=ps3000aWrapMFile

adc2mv(scaleVoltages, raw, voltageRange, maxValue)

image thumbnail

updated 8 months ago

Matlab to csv by Alex

Writes matlab input data to .csv file for use by weka (weka, csv, matlab2csv)

matlab2csv(input, target, mode, featureNames)

example.m

image thumbnail

updated 8 months ago

T-xy Generator for Ideal Solutions by David Hagan

Assuming Raoult's law is valid, this GUI plots the Txy diagram and calculates the x-y splits. (chemical engineer, txy, raoult)

Txy(varargin)

image thumbnail

updated 8 months ago

matpws - Matlab-PowerWorld interface code example by Robin Roche

A code example for the COM-based Matlab-PowerWorld Simulator interface with SimAuto (simulation, interface, matlab)

main.m

image thumbnail

updated 9 months ago

Matlab Basics by Kienitz Wetterau FinModelling

Illustration of the stuff of Chapter 11 of the book (matlab)

constCVaR(Sample,mu,Rstar)

evalFhandle(fhandle,varargin)

objfCVaR(beta, q, N)

image thumbnail

updated 9 months ago

Draw line with Arrows in 3D by Sabesan

draw_line3 draw line with directional arrow/arrows for the given 3D vector coordinates. (arrow, line in 3d, vector)

draw_line3(p1, p2, varargin)

image thumbnail

updated 9 months ago

Matlab+BIWI Kinect Head Pose Data base (Partial) by Soumitry J Ray

This mex files helps you access the compressed binary depth images in BIWI Kinect Head pose database (kinect, matlab, headpose database)

image thumbnail

updated 10 months ago

Extracting Data from BIWI Head pose data base into Matlab (Full) by Soumitry J Ray

This submission reads depth images and the ground truth frame by frame from the database. (biwi head pose databa..., kinect, matlab)

fID2Dir(fID)

get_dir()

get_filenames(dirs, d_name)

image thumbnail

updated 10 months ago

Send Video from Simulink diretly to MATLAB GUI - Example. by Roni Peer

This simple example shows how you can take a Simulink signal (Video feed), and disply it in a GUI. (matlab, simulink, gui)

sfuntmpl_imaq(block)

simpleGUI_imaq(varargin)

START_HERE.m

image thumbnail

updated 11 months ago

Indian Flag by Saravanan Mani

Happy Independence Day! (matlab)

IndiaFlag.m

image thumbnail

updated 11 months ago

Hough Transform Images by Adi

mf31.tif - original image mf32.tif - image obtained after applying Hough Transform (matlab, hough transform, houghpeaks)

image thumbnail

updated 11 months ago

f2matlab by Ben Barrowes

Converts basic fortran90 source code to MATLAB source code. (convert, external interface, fortran)

TESTING_csf.m

TESTING_ex.m

[argStr,status]=getarg(n,argStr,status)

image thumbnail

updated 1 year ago

JSONlab: a toolbox to encode/decode JSON files in MATLAB/Octave by Qianqian Fang

JSONlab is an open-source implementation of a JSON encoder and a decoder/parser for MATLAB/Octave. (decoder, xml, matlab)

json=savejson(rootname,obj,varargin)

loadjson(fname,varargin)

opt=varargin2struct(varargin)

image thumbnail

updated 1 year ago

Pulse Code Modulation by Noman Malik

NRZ RZ Manchester Modulation & Demodulation (matlab, pcm)

8.m

image thumbnail

updated 1 year ago

A short Simulink workshop + Hebrew presentation by Roni Peer

A short 'What is Simulink' workshop I've passed on May 1st, 2012. (control design, code generation, simulink)

start_slWorkshop_IDF(varargin)

variable_v(position,velocity)

Simulink_Workshop_Script.m

image thumbnail

updated 1 year ago

Prolog to Matlab with The SWI-Prolog by Marcelo Fernandes

Prolog to Matlab with The SWI-Prolog and JPL(Java Interface to Prolog) (prolog, swiprolog, jpl)

example1.m

image thumbnail

updated 1 year ago

The matrix implementation of the two-layer Multilayer Perceptron (MLP) neural networks. by Marcelo Fernandes

The matrix implementation of the two-layer Multilayer Perceptron (MLP) neural networks. (ann, mlp, backpropagation)

Y=runMLP(X,Wx,Wy)

[Wx,Wy,MSE]=trainMLP(p,H,m,mu,alpha,X,D,epochMax,MSETarget)

XOR_Example.m

image thumbnail

updated 1 year ago

Tree data structure as a MATLAB class by Jean-Yves Tinevez

A per-value class that implements a generic tree data structure. (data structure, tree, graph)

tree

image thumbnail

updated 1 year ago

Agilent N6700B Power Supply - MATLAB Example by Adarsh Narasimhamurthy

Allows MATLAB to connect to an Agilent N6700B Power supply using SCPI, and set the output voltage. (agilent, instrument control to..., n6700b)

N6700_Demo(voltage, chanIndex, overVoltage, currentProtStat...

image thumbnail

updated 1 year ago

Logiciels temps réel by Pierre Le Bars

Real-time software concerning the domains of the signal processing, feedback and regulation (signal processingcont..., matlab, simulink)

B=recup_2(A)

DEF=evaluation_valeur_initiale(DEFi,x)

DEF=lance_RIF_imp(DEFi,NUM)

image thumbnail

updated 1 year ago

Simpson's 1/3 and 3/8 rules by Jered Wells

SIMPSON: Simpson's rule for quadratic and cubic numerical integration (numerical, integration, simpsons rule)

simpson(x,y,dim,rule)

image thumbnail

updated 1 year ago

2D FDTD of photonic crystal waveguide by Computational Electromagnetics At IIT Madras

2D FDTD of light guided through photonic crystal waveguide (2d fdtd, iitm, photonic crystal wave...)

Program35_photonic_crystal_waveguide.m

image thumbnail

updated 1 year ago

2D FDTD with overoptimal courant factor by Computational Electromagnetics At IIT Madras

2D FDTD with courant factor give an overoptimal value of 1.001*sqrt(0.5) (2d fdtd, open boundary, unitless domain)

Program20_FDTD_2D_overoptimal_courant.m

image thumbnail

updated 1 year ago

2D FDTD of a region having two different permittivities by Computational Electromagnetics At IIT Madras

2D FDTD of a region having two different dielectrics (2d fdtd, yee algorithm, waveguide splittercom...)

Program21_FDTD_2D_diff_perms.m

image thumbnail

updated 1 year ago

LMS Algorithm Implementation by Ansuman Mahapatra

LMS Algorithm Implementation (lms, least mean square, algorithm)

lms.m

image thumbnail

updated 1 year ago

2D FDTD of waveguide splitter/combiner by Computational Electromagnetics At IIT Madras

2D FDTD simulation of light in a waveguide splitter/combiner (2d fdtd, yee algorithm, waveguide splittercom...)

Program34_waveguide_splitter_combiner.m

image thumbnail

updated 1 year ago

FEM Laplace Solver by Computational Electromagnetics At IIT Madras

An FEM solution for Laplacian in a bounded region (fem, matlab, laplace equation)

Program41_fem_laplace.m

image thumbnail

updated 1 year ago

2D FDTD of photonic crystal 1X4 power splitter by Computational Electromagnetics At IIT Madras

2D FDTD of light guided through a photonic crystal 1X4 power splitter device (2d fdtd, yee algorithm, pml boundary)

Program38_1X4_power_splitter.m

image thumbnail

updated 1 year ago

2D FDTD of photonic crystal 1X2 power spltter by Computational Electromagnetics At IIT Madras

2D FDTD of light guiding through 1X2 photonic crystal power splitter (2d fdtd, yee algorithm, murs absorbing bounda...)

Program37_photonic_crystal_power_splitter.m

image thumbnail

updated 1 year ago

2D FDTD of photonic crystal 90 degree bent waveguide by Computational Electromagnetics At IIT Madras

2D FDTD of light guided through a 90 degree bend in a photonic crystal waveguide (2d fdtd, yee algorithm, murs absorbing bounda...)

Program36_photonic_crystal_90_degree_bend_waveguide.m

image thumbnail

updated 1 year ago

2D FDTD of ridge waveguide by Computational Electromagnetics At IIT Madras

2D FDTD of light guided through dielectric ridge waveguide. (2d fdtd, yee algorithm, ridge waveguide)

Program33_waveguide.m

Contact us