Path: Common/General
% Log base b Either x or b can be a vector. ------------------------------------------------------------------------ Form: y = logB(b,x) ------------------------------------------------------------------------ ------ Inputs ------ b (1,:) Base x (1,:) Value ------- Outputs ------- y (1,:) log(x) base b ------------------------------------------------------------------------ Copyright (c) 2017 Princeton Satellite Systems, Inc. All rights reserved. ------------------------------------------------------------------------ Since version 2018.1 2019.1 Allows it to handle vector iputs ------------------------------------------------------------------------
Back to the Common Module page