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 years 前 | 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 years 前 | 0 个回答 | 0