統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Take values from array within nested loop
Want to implement RMSE= sqrt{1/K* summation k=1:K [(theta_est-theta_true)]^2} theta_est and theta_true may be of differe...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How can I compare the user input value in a given matrix.
b=[ 10 32 54 76 -25 20 60 100 140 -51 45 135 -135 -45 59] b1=input(' b1= '); b2=input('b2= '); b3=input('b3=...
約10年 前 | 1 件の回答 | 0
1
回答質問
I want that my program should give me the value in each iteration of some value and with different iteration no. like for iteration(1) value is x and iteration (2) value is y
for i=2:length(theta) if AF0_db(i-1)<=y_3db && AF0_db(i)>=y_3db || AF0_db(i-1)>=y_3db && AF0_db(i)<=y_3db % ...
10年以上 前 | 0 件の回答 | 0
