annotate mt_revmap.m @ 3:ffd7efa3e5c0

Added reverse map from information space to triangle; moved info coors to transmat window.
author samer
date Fri, 03 Feb 2012 18:08:07 +0000
parents
children
rev   line source
samer@3 1 % mt_revmap - Map from information space back to triangle space
samer@3 2 %
samer@3 3 % mt_revmap :: mt_system, real, real -> [[2]].
samer@3 4 function p=mt_revmap(sys,x,y), p=sys.revmap([x;y]); end