統計
MATLAB Answers
6 質問
0 回答
ランク
of 176,380
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error using plot Vectors must be the same length. Error in Untitled11 (line 40) plot([xn xn],[ymin ymax],'r-','Linewidth',2)
function bisection_method() myfunc = input ('myfunc: '); A(1) = input('A: '); B(1) = input('B: '); e(1) = in...
11年弱 前 | 1 件の回答 | 0
1
回答質問
Undefined function or variable 'func'. Error in Untitled8 (line 23) FC(i) = func(C(i));
function bisection_method() A(1) = input('A: '); B(1) = input('B: '); e(1) = input('error : '); n = input('loop for n: '...
11年弱 前 | 1 件の回答 | 0
1
回答質問
I would like the program to display square like this
I would like the program to display square like this i A B C e ...
11年弱 前 | 1 件の回答 | 0
1
回答質問
Write Tabular Data to Text File Write a short table of the exponential function to a text file called exp.txt.
A = input('Enter A: '); B = input('Enter B: '); func = @(x) exp(x)-2*cos(x); e = 1; while e...
11年弱 前 | 1 件の回答 | 0
1
回答質問
Hi all,I tried to work on bisection method.However,that is an error at the loop.Please help me correct them.Thank you
A=input('Enter A: '); B=input('Enter B: '); func =input('function : '); error = input('error : '); e=100; whil...
11年弱 前 | 1 件の回答 | 0
1
回答質問
I want to loop by giving the C stops at a value less than 0.0001.
Hi all, I tried to work on bisection method. However, that is an error at the loop. Please help me correct them. Thank you, ...
11年弱 前 | 1 件の回答 | 0
