image thumbnail

updated 3 days ago

Pairs Trading Strategy by tadeveloper

A pairs trading strategy implemented in MATLAB. (computational finance, trading, backtesting)

MATLAB pairs trading strategy

PairsTradingStrategy(sys)

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

Spherium by Andrew French

Wield the power of OpenGL and create ammonites, Klein bottles and curious spheria! (demo, printing, mathematics)

Hradial(r,n,L,Z,A)

LgivenN(N)

MgivenL(X)

image thumbnail

updated 14 days ago

Performance in object-oriented matlab code by Dimitrios Korkinof

A very simple example to demonstrate an observation of mine regarding the use of classes in matlab. (demo)

F(N)

C1

C1_h

image thumbnail

updated 16 days ago

Cloose Loop Engine PIL Simulation with Arduino by Antonio Beltran

Closed Loop Engine Controller running PIL Simulation with Arduino Board (arduino, engine modeling, pil simulation)

EngineOL

PILCtrllerCLwArd_Rel

PILEngineCLwArduino_Rel

image thumbnail

updated 18 days ago

SIMULATION OF PULL-IN EFFECT IN MEMS CAPACITOR USING GUI IN MATLAB by piyush kant

near the 2/3rd of total gap between the plates the response of the mems capacitor gets unstable. (mems, capacitor, simulation)

piyush(varargin)

sim1(varargin)

sim2(varargin)

image thumbnail

updated 20 days ago

Accelerating Heat Equation on the GPU by Simone Hämmerle

A GUI for comparing the performance of different implementations of the heat equation on CPU and GPU (gpu, speedup, demo)

heateqGUI(varargin)

heateq_cpu_filt(k, n, Ts, L, c,h)

heateq_cpu_ind(k, n, Ts, L, c,h)

image thumbnail

updated 22 days ago

Canny Edge Detector by Mohamed Athiq

Simple implementation of Canny edge detector in matlab and c++ from textbook algorithm. (image processing, signal processing, mathematics)

CannyEdgedetector.m

image thumbnail

updated 27 days ago

Fibonacci sequence - very easy by Sumit Pokhrel

This prints a set of Fibonacci series (demo)

fibonacci.m

Contact us