view mt_revmap.m @ 5:80e9103b057f

Now picking randomly from transmats with equal minimal distance.
author samer
date Sun, 05 Feb 2012 18:20:17 +0000
parents ffd7efa3e5c0
children
line wrap: on
line source
% mt_revmap - Map from information space back to triangle space
%
% mt_revmap :: mt_system, real, real -> [[2]].
function p=mt_revmap(sys,x,y), p=sys.revmap([x;y]); end