Feeds
提问
Tabulate Not Adding Up?
I've been using tabulate to generate a frequency table for my logical array. My code looks like this: A.logical = [1;0;0;0;...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to Combine Several Variables Into One Matrix?
Hello, I have several variables, all saved as individuals, that I am processing. Each variable has one column of data in vary...
10 years 前 | 2 个回答 | 0
2
个回答提问
How to save corresponding elements in a matrix?
If I have this matrix: A=[1, 2; 4, 5; 6, 6] How would I pull elements from the first column that are greater th...
10 years 前 | 1 个回答 | 0
1
个回答提问
Save original data to a new matrix?
Hello! I have the following code: [vars]= find(difference < center - marginOfError | difference > center + marginOfError)...
10 years 前 | 1 个回答 | 0
