Mercurial > hg > trimatlab
changeset 2:cfdca07197b6
FIX: calibration message was bad.
author | samer |
---|---|
date | Thu, 02 Feb 2012 03:12:22 +0000 |
parents | 39d4f9e57b26 |
children | ffd7efa3e5c0 |
files | mt_calibrate.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mt_calibrate.m Thu Feb 02 03:07:13 2012 +0000 +++ b/mt_calibrate.m Thu Feb 02 03:12:22 2012 +0000 @@ -10,7 +10,7 @@ if nargin>2, Sys.refpoints(:,I) = PI; end P = Sys.refpoints; - disp('\nCalibrating for triangle vertices at:'); disp(P); + fprintf('\nCalibrating for triangle vertices at:\n'); disp(P); p0 = P(:,1); Sys.map = info_map_fn(p0,inv(P(:,2:3)-repmat(p0,1,2))); end