Mercurial > hg > trimatlab
view mt_revmap.m @ 17:4e61b949e73d
Eigenvalue/vector plot now sets colormap.
author | samer |
---|---|
date | Tue, 28 Feb 2012 22:49:23 +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