統計
MATLAB Answers
2 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Curve fitting WITHOUT toolbox and removing outliers from data.
Hi, I have a set of data (6 x100 array) and would like some advice on the best way to fit a curve to the data. As you can ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Determining values in array (of 1s and 0s) that neighbour similar values
Background: error = (abs(P1) - abs(P2) ); error = abs(error); error( error > threshold) = 1; error( error < threshold) = 0...
6年以上 前 | 3 件の回答 | 0
