Block Orthogonal Matching Pursuit-BOMP

Hi All,
I want to use "Block Orthogonal Matching Pursuit-BOMP" Algorithm for my spectral analysis Application. See link below: http://www.mathworks.com/matlabcentral/fileexchange/23421-greedy-algorithms-promoting-group-sparsity-v3/content/GroupSparseBox/BOMP.m
Here, I am not getting what is "% group = labels" means? If some have any idea about that, plz let me know. An example would be great.
Thanks in advance!
Keshav

Answers (3)

Ummm, looks like a comment to me. '%' introduces a comment that last to the end of the line.
Have you understood it?Please tell me how to make a block-matix in this procedure.Thank you.
Qi Liu
Qi Liu on 18 Jul 2016
Have you understood the mean of"% group = labels"

1 Comment

It is a comment. In MATLAB comments are introduced by %

Sign in to comment.

Categories

Find more on Sparse Matrices in Help Center and File Exchange

Asked:

on 18 Aug 2011

Commented:

on 18 Jul 2016

Community Treasure Hunt

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

Start Hunting!