Exponential('Coefs','X')

Arguments

'Coefs'

Vector with coefficients, e.g. the result of LSQExponentialCoef

'X'

X-coordinates (sampling points) where the exponential function is evaluated

Description

This function calculates the value of an exponential function a*exp(b*X) for every sample of 'X' with the coefficients a and b given as vector 'Coefs'. The function can visualize the results of LSQExponentialCoef.