Mercurial > hg > trimatlab
changeset 8:e1534c7329e2
FIX: missing end
author | samer |
---|---|
date | Mon, 13 Feb 2012 11:21:15 +0000 |
parents | 917d5d11aa48 |
children | cc549aca4ea6 |
files | mt_show_transmat.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mt_show_transmat.m Wed Feb 08 22:24:06 2012 +0000 +++ b/mt_show_transmat.m Mon Feb 13 11:21:15 2012 +0000 @@ -9,6 +9,6 @@ figure(Id); imagesc(T,[0,1]); axis xy; - if nargin<3, I=mc_global_info(T); + if nargin<3, I=mc_global_info(T); end title(sprintf('H=%.2f, R=%.2f, PI=%.2f',I(1),I(2),I(3))); end