Feeds
提问
How do you express this function in MATLAB syntax ?
𝑓(𝑥) = e^x + sin(5x) How do you express this function in MATLAB syntax ?
5 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 4 个回答 | 1