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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
