image thumbnail

updated 1 month ago

GPUBench by Ben Tordoff

Compare GPUs using standard numerical benchmarks in MATLAB. (gpu, performance, benchmark)

GPUBench

gpuBench()

gpuBenchApp()

image thumbnail

updated 3 months ago

PSNR, Peak Signal to Noise Ratio by Suraj Kamya

Peak Signal to noise ratio (psnr, peak signal to noise ..., quality measure)

[out]=PSN(orgimg,mimg)

image thumbnail

updated 3 months ago

IDS Performance Metrics Calculator by Maher Salem

This code helps to calculate IDS performance metrics such as Accuracy, Precision, etc... (true negative, true positive, false negative)

Evaluation(varargin)

image thumbnail

updated 6 months ago

Save MAT files more quickly by Tim Holy

Saves large numeric arrays more quickly than Matlab's built-in save command (file operations, save, load)

savefast(filename, varargin)

image thumbnail

updated almost 3 years ago

Elapsed Timer (print elapsed time) by Matt Caywood

Simple, useful utility for printing elapsed time and remaining time in a lengthy loop computation. (timing, timer, stopwatch)

elapsedtimer

image thumbnail

updated 3 years ago

System Resource Monitor for Windows by Xin Zhao

A GUI used to monitor and record the system resources(memory, CPU usage) (cpu, iprocessor, performance)

DisplayManager

PerfMonitor

SysInfoData

image thumbnail

updated 3 years ago

System Information Class for Windows by Xin Zhao

This class will query the current system information in MATLAB. Works with R2009a and up. (cpu, processor, performance)

SysInfoData

startRecordPerformance.m

stopRecordAndDisplay.m

image thumbnail

updated 3 years ago

Kepler State Transition Matrix (MEX) by Rody Oldenhuis

Compute Kepler state transition matrix for an arbitrary number of time steps. M and C++ version. (cosmologic crisis, transition, kepler)

progress_orbitM(dts, varargin)

test_STM.m

image thumbnail

updated 4 years ago

MATLAB Performance Measurement by Bill McKeeman

Advice on measuring MATLAB performance. (article, articles, paper)

configinfo

image thumbnail

updated 4 years ago

Benchmark clear() behavior with OOP handle by Benjamin Heasly

Examine Matlab's "clear" behavior with different handle reference configurations. (oop, object, reference)

handleClearBenchmarks

simpleHandle

image thumbnail

updated 5 years ago

GUI for the performance analysis of pedelecs by Jan Cappelle

Modeling the behaviour of electric bicycles (electric bicycle, example, pedelec)

Comparison(varargin)

CreateKSImodels(models)

CreateLSSVMeta(tradata,Z)

image thumbnail

updated almost 6 years ago

Benchmark by Mirko Hrovat

A different version of bench.m with additional options and output. (bench, timing, benchmark)

benchmark(count,test)

image thumbnail

updated almost 6 years ago

Programming Patterns: Maximizing Code Performance by Optimizing Memory Access by Linda Webb

Improve memory usage and increase code speed by understanding how MATLAB stores and accesses data. (whitepaper, article, paper)

image thumbnail

updated almost 6 years ago

Error related performance metrics by Skynet

Determine various error related performance metrics. (statistics, probability, perf)

V=errperf(T,P,M)

image thumbnail

updated almost 6 years ago

Wing Designer by John Rogers

Wing Designer computes aircraft performance measures from wing and engine parameters. (design, wing, airfoil)

DeterminePanelGeometry(inputgeo, figs)

DetermineProfileDrag(airfoildata,geo,panel)

FinalOutput(CL, CDi, CD0, y_cp, geo, WingVolume, airfoildat...

image thumbnail

updated 8 years ago

Omega by Nabeel Azar

Computes the omega value of a portfolio. (risk, sharpe, analysis)

omega(returns,targets)

Contact us