annotate general/funutils/@function_handle/power.m @ 38:9d24b616bb06

Added function algebra.
author samer
date Tue, 29 Jan 2013 15:59:01 +0000
parents
children c388f1c70669
rev   line source
samer@38 1 function varargout=lt(f,args)
samer@38 2 [varargout{1:nargout}]=f(args{:});