annotate general/funutils/@function_handle/mpower.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=mpower(f,x)
samer@38 2 [varargout{1:nargout}]=f(x);
samer@38 3 end