Naruto
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
69,442
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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 (...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
Calculate distance between XY coordinates
How do we calculcate one xy coordinate against other xy coordinates in a 1000x2 matrix?
4 years ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0