Community Profile

photo

Naruto


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How would I be able to output ID's that satisfied an if statement?
How would I be able to output the student ID's that satisfied the if statement? And after this, how can I show it as a list? fo...

3 years ago | 1 answer | 0

1

answer

Question


Error: Indexing with parentheses '()' must appear as the last operation of a valid indexing expression??
Why does the following for loop produce the error "Indexing with parentheses '()' must appear as the last operation of a valid i...

3 years ago | 1 answer | 0

1

answer

Question


Index in position 2 exceeds array bounds (must not exceed 1)?
Why does the following for loop produce the error "Index in position 2 exceeds array bounds (must not exceed 1)"? data matrix (...

3 years ago | 1 answer | 0

1

answer

Question


How to determine the distance between a group of XY pairs against other XY pairs within a matrix?
I have this mega matrix (1000:4) with observations that has 0 and 1 on the last column. The second and third column contain...

3 years ago | 1 answer | 0

1

answer

Question


Calculate distance between XY coordinates
How do we calculcate one xy coordinate against other xy coordinates in a 1000x2 matrix?

3 years ago | 1 answer | 0

1

answer

Question


Calculating the differences between XY pairs in a matrix
Hello friends, I have this mega matrix (1000:4) with observations that has 0 and 1 on the last column. The ...

3 years ago | 1 answer | 0

1

answer

Question


How extract a submatrix out of a main matrix?
I have a matrix A (50x2) and I want to extract a certain number of row observations that statisfies the condition where I output...

3 years ago | 1 answer | 0

1

answer