統計
MATLAB Answers
2 質問
0 回答
ランク
of 171,294
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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