Community Profile

photo

Hannah Schultejans


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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;...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


Save original data to a new matrix?
Hello! I have the following code: [vars]= find(difference < center - marginOfError | difference > center + marginOfError)...

9 years ago | 1 answer | 0

1

answer