comparison 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
comparison
equal deleted inserted replaced
37:beb8a3f4a345 38:9d24b616bb06
1 function varargout=mpower(f,x)
2 [varargout{1:nargout}]=f(x);
3 end