Generate confusion matrix in Matlab:
data = rand(10, 10)
imagesc(data)
colormap(gray)
colorbar
Result:
Aug 5, 2010
Draw confusion matrix in Matlab
Subscribe to:
Post Comments (Atom)
See how I fix my computer...
Generate confusion matrix in Matlab:
data = rand(10, 10)
imagesc(data)
colormap(gray)
colorbar
Result:
0 comments:
Post a Comment