www.pudn.com > calibr8.zip > plotThemPS.m
function plotThemPS( im_points ) axis( [0, 704, 0, 573] ); gset term postscript gset output "/root/diplomka/impoints.ps" gset title "Coordinates of reference points in the image plane" plot( im_points( :, 1 ), im_points( :, 2 ), 'x6' ); endfunction