matchPurs.m

The classic matching pursuit algorithm
974 Downloads
Updated 3 May 2010

View License

This function is a more robust and improved version of my previous submission, matchingpursuit.m

This function computes the projection of a given input vector or matrix onto a "dictionary" of other vectors or matrices using a matching pursuit algorithm. Users may input a vector to be synthesized, or a matrix. The dictionary elements are input as arrays. See "help matchPurs.m". You must also download normColumns.m from the exchange.

Cite As

Joshua Carmichael (2024). matchPurs.m (https://www.mathworks.com/matlabcentral/fileexchange/27454-matchpurs-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

renamed file description to matchPurs.m so users could find it easier.

1.1.0.0

This product requires normColumns.m, which I neglected to initially included in my submission.

1.0.0.0