Community Profile

photo

Emre Can Usengul


Last seen: 2 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


How do you express this function in MATLAB syntax ?
𝑓(𝑥) = e^x + sin(5x) How do you express this function in MATLAB syntax ?

4 years ago | 1 answer | 0

1

answer

Question


How can ask user to enter values of x and n?
function y = Tsin(x,n) %Tsin calculates the sin using Taylor formula. %Input arguments. %x the angle in degrees, n number of ...

4 years ago | 1 answer | 0

1

answer

Question


Unrecognized function or variable 'x'.
function y = Tsin(x,n) x=input('Degrees: '); y=input('Terms: '); %Tsin calculates the sin using Taylor formula. %Input argum...

4 years ago | 3 answers | 0

3

answers