統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,602
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Working on Binary Data using MATLAB
have loaded a text file test file in matlab. The load function has now created a variable test with values 1 2 3 4 5 2 ...
14年以上 前 | 1 件の回答 | 0
1
回答質問
Checking if a matrix has all its elements filled with one or not?
Suppose I have a matrix like x = [1 1 1 1 1 1]. Now I have to write a if condition, where I have to check whether "x" contains ...
14年以上 前 | 1 件の回答 | 0
1
回答質問
Pearson Calculation using MATLAB
For calculating Pearson Coefficient, i am using the below formula in MATLAB: C=cov(x,y); p=C(2)/(std(x)*std(y)); But C(2) ...
14年以上 前 | 1 件の回答 | 0
