
Errol Oscar
Statistics
MATLAB Answers
2 質問
0 回答
ランク
of 122,778
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
質問
Evaluating the following integral using comp trap method for 2 trapezoids
% I'm trying to evaulate this integral using the composite trapezoid method % The output for the 'I' gives me 8.7797 which mat...
6ヶ月 前 | 1 件の回答 | 0
1
回答質問
I am trying to plot this piecewise function using for loop and if statements, yet I keep receiving error message: Array indices must be positive integers or logical values.
g = 0:0.1:5; C(g) = 0*g; for i = 1:length(g) if g(i) < 2 && g(i) >= 0 ...
7ヶ月 前 | 1 件の回答 | 0