Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 10 days ago

K means clustering for Image Compression by Vinay Kumar Tadepalli

K-means clustering is a popular vector quantization method for data compression. (image processing, demo, mathematics)

Kmeans_Pre_Post.m

kmeans_clustering.m

Image_kmeans_main.m

image thumbnail

updated 1 month ago

image zooming by Shitanshu desai

any image can be zoomed by any replication factor. (image processing)

zoom.m

image thumbnail

updated 3 months ago

Making Data Analytics for the Mining Industry Simple with MATLAB by David Willingham

Highlights automatically importing assay text data, perform basic statistics & visualization (mining industry, assay, assay data)

Mine Assay Tool

alphavol(X,R,fig)

createFit(z1, c1)

image thumbnail

updated 4 months ago

Satellite Link Budget Evaluator by Hassan Najjar

A GUI software I made to calculate the carrier-to-noise-density ratio of a earth-satellite link. (hello i didnt find sa..., link budget, communications)

CtoN0Ratio( PTX, L, Lrain, LFRX, G )

CtoN0Ratio( PTX, L, Lrain, LFRX, G )

atmAttenuation( ~ )

image thumbnail

updated 4 months ago

Run MCC by Jonathan Karr

Perl script for compiler MATLAB code from the command line using project (.prj) files. (mcc, project, mbuild)

image thumbnail

updated 4 months ago

Mining Economics with MATLAB by David Willingham

Simulates a distribution of Net Present Values of a mine via a forecasting model for Iron Ore Prices (commodities, mining, economics)

FitNPV(NPV)

cashflow(data,NTrials,SYear)

discounting(data,capex,NTrials,sales,discFactorY,salesb)

image thumbnail

updated 6 months ago

Handling Sound in MATLAB by Aravind Krishnan

Take input from a wav file and process it (sound input from file, specgram)

Sound_handling.m

image thumbnail

updated 6 months ago

Scattering from hexagonal PEC cylinder of infinite length by Saira Bashir

This code calculates scattered field from a an infinite length hexagonal PEC cylinder (scttering from hexago..., physics)

Sairanemtassignment.m

image thumbnail

updated 9 months ago

SCOPE: interactively tabulate SEER excel variables by Rex Cheung

This takes SEER excel column data interactively, tabulate them, write back in table format. (data import, data export, optimization)

output=xls2tabulate2xls(xlsfilename)

image thumbnail

updated 1 year ago

Panning Effect on a Mono-Audio Input by Vinay Kumar Tadepalli

Panning effect is implemented for both an audio file and any audio input device such as microphone. (communications, data import, signal processing)

panning.m

panning1.m

image thumbnail

updated 1 year ago

boost converter by laxman gurram

softswitching technique (simulink)

boostconverter

image thumbnail

updated 1 year ago

A Bayesian Adaptive Basis Algorithm for Single Particle Reconstruction by Alp

3D reconstruction algorithm for electron cryo-microscopy. (image processing)

get_stat_grad_with_ctf(s_wdec,maskR,proj,coord_axes,ctfs)

get_wavelet_grad_with_ctf(s_wdec,maskR,proj,coord_axes,ctfs...

iswt3(wt,varargin)

image thumbnail

updated 1 year ago

TA-Lib Mex Functions and OSLion binaries by Davide Onofrio

The TA-Lib Library is widely used by trading software developers. (talib, technical analysis, finance)

compileMex.m

image thumbnail

updated 1 year ago

SINR calculation in power control by Bighnaraj Panigrahi

It calculates the SINR values for a power control wireless 802.11 scenario (sinr)

analysis.m

image thumbnail

updated 1 year ago

Signal to Noise Ratio by Zianou

The MSE calculated by averaging the squared intensity differences of distorted and reference image (snr)

Qualite=snr(ImRef,ImDis)

image thumbnail

updated 1 year ago

Peak Signal to Noise Ratio by Zianou

The MSE calculated by averaging the squared intensity differences of distorted and reference image (psnr)

Qualite=psnr(ImRef,ImDis)

image thumbnail

updated 1 year ago

Liberating Deployed Application Output from the Console Window by Peter Webb

Source code for "Art of MATLAB" blog posts describing how to manage output in deployed applications. (log file, deployment, mcc)

sendmessages(info, warn, err)

image thumbnail

updated 1 year ago

Credit Risk Modeling with MATLAB by Ameya Deoras

These are the supporting MATLAB files for the MathWorks webinar of the same name. (treebagger, bond, var)

...

Credit_Rating(newData)

GetMigrationFtsCell(id,date,numRating)

image thumbnail

updated 1 year ago

Array sorting by satendra kumar

Program for Sorting of Array in Matlab (matlab, array, sorting)

[out]=Array_sort()

image thumbnail

updated 1 year ago

Hadamard transform c mex implementation by Peter Stobbe

C implementation of Hadamard transform (signal processing, hadamard, mex)

image thumbnail

updated 1 year ago

filters by sharmila

finding the efficiency of various filters (weiner filter, average filter, median filter)

fil.m

image thumbnail

updated 1 year ago

BayesPI: a new biophysical model for studying protein-DNA interaction by junbai wang

Using Bayesian model regularization with biophysical modeling to study protein-DNA interaction. (bayesian method, chipchip, proteindna interactio...)

image thumbnail

updated almost 2 years ago

Bindings to Course Coding (tile coding) for Reinfocement Learning. by Nick Birnie

Matlab bindings to C code for Course Coding. (reinforcement learnin..., course coding, tile coding)

image thumbnail

updated almost 2 years ago

Electricity Load Forecasting for the Australian Market Case Study by David Willingham

This is a case study of forecasting short-term electricity loads for the Australian market. (artificial intelligen...)

Electricity Load Forecasting

Electricity Load Forecasting - Australia

Electricity Price Forecasting

image thumbnail

updated almost 2 years ago

Sending digital codes with Measurement Computing boards with mex by Ryan Kelly

Sends digital codes with MCC boards faster than the Data Acquisition Toolbox. (mcc, digital codes, mex)

digCode(data)

image thumbnail

updated almost 2 years ago

1-nearest neighbor with accuracy, precision and recall by Aravind Manimaran

INPUTS:TEST SET,TRAINING SET,GROUP,K-VALUE,DISTANCE,RULE OUTPUT:ACCURACY,PRECISION,RECALL (mathematics)

1nn_acc_pre_rec_.m

image thumbnail

updated almost 2 years ago

Introdução à Análise de Dados com MATLAB aplicada a Life Science by Elia Matsumoto

Slides and demo files from the recorded webinar. (webinar, portuguese, matlab)

TissueMetsFcn(imgDir,imgName)

TissueMets_publish.m

TissueMets_script.m

image thumbnail

updated almost 2 years ago

Electricity Load and Price Forecasting Webinar Case Study by Ameya Deoras

Slides and MATLAB® code for the day-ahead system load and price forecasting case study. (artificial intelligen..., electricity load, electricity)

Electricity Load Forecasting using Neural Networks

Electricity Price Forecasting with Neural Networks

Load Forecasting using Bagged Regression Trees

image thumbnail

updated 2 years ago

mex setup for windows x64 intel c compiler 12 (XE) with VS2010 by Igor

mex -setup icc12 with VS2010 linker option (mexopts, intel c compiler, mex)

image thumbnail

updated 2 years ago

mex setup for windows x64 intel c compiler 12 (XE) with VS2008 by Igor

mex -setup icc12 with VS2008 linker option (mexopts, intel c compiler, mex)

image thumbnail

updated 2 years ago

Demo files for "Algorithm Development with MATLAB" Webinar by Jiro Doke

These are the demo files for "Algorithm Development with MATLAB" Webinar held on April 5, 2011. (algorithm development, deployment, thank you bro)

Find Green Object

BallDetectionGUI(varargin)

ImageGUI(varargin)

image thumbnail

updated 2 years ago

Deploying the ver Command by Peter Webb

Example code for "Deploying the ver Command" post in the "Art of MATLAB" blog. (ver, deploy, deployment)

classify(language)

islogoconsonantal(language)

islogographic(language)

image thumbnail

updated 2 years ago

Managing Deployed Application Output with Message Handlers by Peter Webb

Example code for "Managing Deployed Application Output with Message Handlers". (c, library, deploy)

sendmessages(info, warn, err)

image thumbnail

updated 2 years ago

Web Server Demo by Stefan Duprey

How to deploy a MATLAB® made application on a web server (optimization, compiler, deployment)

CelltowerGUI()

circlesIntersect(x)

circlesIntersect(x)

image thumbnail

updated 2 years ago

Kirchoff Method, Electrotechnics by ISMAIL GULTEKIN

Solving matrices in the Kirchoff(Circle Currents) Method. (kirchoff, circle currents metho..., electronic)

ElectroTechnics_SolvingMatrices.m

image thumbnail

updated 2 years ago

MICROSTRIP PATCH CALCULATOR by manas das

Microstrip patch dimensions can be found at any resonant frequency. (gui)

untitled(varargin)

image thumbnail

updated 2 years ago

Energy Trading & Risk Management with MATLAB Webinar Case Study by Ameya Deoras

MATLAB code for the generation asset risk analysis case study (market risk, cashflow at risk, model)

Calibrating Simulating Natural Gas Spot Prices

Modeling Simulating Hourly Electricity

Modeling Simulating Hourly Temperature

image thumbnail

updated 2 years ago

Telemetry on a PC Game in Real Time by Nicolas

This function take the variables like acceleration, gear, speed, temperature, time and some other. (telemetry, game, gtr)

Function_Game_Telemetry

image thumbnail

updated 2 years ago

Deploying Multiple Shared Libraries by Peter Webb

Example code for "Deploying Multiple Shared Libraries" post in the "Art of MATLAB" blog. (mandelbrot, fractal, libraries)

m=mandelbrot(width, iterations)

showimage(im)

image thumbnail

updated 2 years ago

Deploying a Shared Library by Peter Webb

Example code for "Deploying Shared Libraries" posting in the "Art of MATLAB" blog. (blog, deployment, cipher)

decrypt(ciphertext, key)

encrypt(plaintext, key)

vigenere

image thumbnail

updated 2 years ago

Handling MATLAB Events in Excel by Peter Webb

Source code for Sept. 2006 News and Notes Programming Patterns article. (external interface, compiler builder net ...)

DisplayLocation(city, lat, lng)

GlobalTemp

PlotTempData(city, xData, localAnomData, fitval, latStr, ln...

image thumbnail

updated 2 years ago

Financial Seminar Demos by Ameya Deoras

Demos commonly used at The MathWorks financial modeling seminars. (finance, modeling, portfolio var risk ma...)

PortVaRmc(nsim)

blsimpv(so,x,r,t,call,maxiter,q,tol)

blsvis(varargin)

image thumbnail

updated 2 years ago

Black-Scholes Option Value Web Application - Java/Tomcat by Sachin Nikumbh

This example code demonstrates how to access Java components generated by MATLAB Builder for Java fr (finance, modeling, analysis)

optionvalue(SpotPrice, StrikePrice, RiskFreeRate,TimeExpiry...

webvizroutine(SpotPrice, StrikePrice, RiskFreeRate,TimeExpi...

mcc_command.m

image thumbnail

updated 2 years ago

Y-bus by arvind singh

admittance matrix (numerical, matrix, mathematics)

ybus_final.m

image thumbnail

updated 2 years ago

Ideal Rankine Cycle Builder for .NET Component in C# Application by David Forstot

Calculate thermodynamic properties of ideal Rankine cycle: MATLAB and C# - Using MWStructArray. (mwstructarray, mwarray, c)

Out=XSteam(fun,In1,In2)

rankine(indata)

build_mcode.m

image thumbnail

updated 2 years ago

Sliding Tile Board Game by neda' ahmad

this game is prepared by Neda' Ahmad "me" and it was the matlab project (sliding tile game15pu...)

MyProject(varargin)

image thumbnail

updated 2 years ago

McCabe-Thiele method GUI for Binary Column Distillation by Peter Cook

A GUI which makes a McCabe-Thiele plot for a binary column distillation. (chemical engineering, distillation, column distillation)

McCabeThieleGUI(varargin)

image thumbnail

updated almost 3 years ago

Indian Railways Berth displaying System by KIRAN K KULKARNI

The berth displaying system is important for displaying your berth based on your berth number. (railway berth display, irs berth reservation)

IRCTC_final.m

image thumbnail

updated almost 3 years ago

Optical Communications Systems (SOFTDM Ver 1.5) Update Matlab 2010a by David Steckler

Toolbox/blockset about optical comunication system Sonet/SDH mapping over fiber optics (optics, fiber, communication)

softtdm

image thumbnail

updated almost 3 years ago

secant method in nonlinear ode by Kalyan Bhattacharjee

this will find the solution of U''=k*U*U' by using taylor series 3rd order and secant method (simulation, taylor, ode)

math1.m

secant.m

Contact us