統計
MATLAB Answers
3 質問
0 回答
ランク
of 174,632
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Nonlinear Regression on a Function Containing a Summation
I have been trying to fit the following dataset: x=[0 0.0005 0.001 0.0015 0.002 0.003 0.004 0.005 0.0075 0.01 0.015 0.02 0.04 0...
約5年 前 | 0 件の回答 | 0
0
回答質問
How can I stop a loop using the comparison between the last and the penultimate value of an array as a condition?
This is my algorithm. Yo necesito detener el bucle comparando el nuevo valor y el anterior. Por ejemplo: 0.9523 is de new value ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
how to extract subvectors of a vector or matrix?
My case is like this n=100; x=[1 2 3 4 5 6 7 8 9 10]; y=[1 4 9 16 25 36 49 64 81 100]; A=[x' y']; I want to extract the da...
5年以上 前 | 2 件の回答 | 0
