Dynamic-Calibration/utils/YALMIP-master/operators/pow10.m

5 lines
90 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function varargout = pow10(varargin)
%POW10 (overloaded)
varargout{1} = 10.^varargin{1};