Generate confusion matrix in Matlab:
data = rand(10, 10)
imagesc(data)
colormap(gray)
colorbar
Result:
Aug 5, 2010
Draw confusion matrix in Matlab
Posted by Lono at 22:41 0 comments
Labels: Matlab
Subscribe to:
Posts (Atom)
See how I fix my computer...
Generate confusion matrix in Matlab:
data = rand(10, 10)
imagesc(data)
colormap(gray)
colorbar
Result:
Posted by Lono at 22:41 0 comments
Labels: Matlab