Feeds
질문
How do you express this function in MATLAB syntax ?
𝑓(𝑥) = e^x + sin(5x) How do you express this function in MATLAB syntax ?
5년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 4 | 1

