Skip to content

Commit

Permalink
added an example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtshitoyan committed Aug 20, 2017
1 parent 7c35621 commit 900a114
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
clear; close all; clc;

confmat = magic(3); % sample data
% plotting
plotConfMat(confmat, {'Dog', 'Cat', 'Horse'});

0 comments on commit 900a114

Please sign in to comment.