Skip to content

Commit

Permalink
Função criada para imprimir a taxa de erro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lailson Bandeira committed Jun 26, 2011
1 parent 3ff875c commit 98da7c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imprimir_taxa_erro.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function [t] = imprimir_taxa_erro(C, A)
t = taxa_erro(C, A);
disp(sprintf('Taxa de erro: %6.2f%%', t*100));
disp(char(10));
end

0 comments on commit 98da7c0

Please sign in to comment.