view mt_revmap.m @ 15:a6d5597bd922

Trying alternative fixed point computation in mc_global_info1>mc_fixpt2; Also factored out randnat from some other functions.
author samer
date Mon, 27 Feb 2012 14:41:24 +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