- Precision-Recall plot (
precision-recall.tex
)
It features reading data from files, and a foreach
loop. The example comes from the boundary evaluation of image segmentation.
- Matlab to LaTeX tables
Write a LaTeX table from Matlab data (folder matlab
), highlighting the maximum or minimum values per row (table_with_max_per_row.m
) or column (table_with_max_per_column.m
).