Shihab
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
1 回答
ランク
of 154,359
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How can I find correlation between two variables X & Y which I have obtained experimentally?
SC = [3171;2795;2734;2447;2182]; IR = [ 46.23;43.86;39.89;36.76;35.3]; X = [SC,IR] ; % 5×4 R= corrcoef(X) esq= R( 2,1)^2
How can I find correlation between two variables X & Y which I have obtained experimentally?
SC = [3171;2795;2734;2447;2182]; IR = [ 46.23;43.86;39.89;36.76;35.3]; X = [SC,IR] ; % 5×4 R= corrcoef(X) esq= R( 2,1)^2
約2年 前 | 0