Код MATLAB, который может выполнять экспоненциальную функцию без использования встроенной функции exp
Hello, I'm new to MATLAB and I'm facing a problem now. Does anyone knows the code that can do 'exp' function in MATLAB? Because im not allowed to use exp inbuilt function, but instead i have to write a code that do the same function
Что я уже пробовал:
Sum=Sum+sequence(jj)*exp(-2*pi*j*(jj-1)*(k-1)/nfft), this is the equation that has exp inbuilt function that im not supposed to use. Are there any codes that can do the exp function without affecting the results of this equation? Thank you in advance.