Mercurial > hg > trimatlab
view 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 |
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