Member 14181728 Ответов: 1

Код 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.

1 Ответов

Рейтинг:
0

CPallini

Вы можете использовать серию Тейлора, кто-то уже сделал это Написание функции ряда Тейлора для e^x - MATLAB Answers - MATLAB Central[^].