Home

Awesome

pcst-fast-matlab

Usage

Run make_mexfiles; in MATLAB console to produce .mex* files.

You can solve PCST/F problem by calling [~,~] = pcst_entry_mex(...); in your MATLAB code.

Several testing cases in test_script.m will help to learn how to use pcst_entry_mex().

In pcst_entry_mex.cc and script_pcst.m, you can find detailed comments about the function interface and meaning of the variables.

Note

Related Papers and Projects