Feeds
질문
Plotting of an inline function
str=input('Give an equation in x\n','s'); f=inline(str,'x'); I want to plot a graph of the function 'f'. I tried f...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
Making a function for Bairstow method. I get the Error In an assignment A(:) = B, the number of elements in A and B must be the same.
function bairstow() n=input('Enter order of polynomial\n'); n=n+1; e=input('Enter vector of coefficeints\n'); ...
7년 초과 전 | 답변 수: 0 | 0