Evan Bakalars
Followers: 0 Following: 0
Feeds
提问
How to create a distance matrix?
Hello, so I am running into a brick wall over and over again trying to solve this part of a problem. I have a matrix of differe...
3 years 前 | 1 个回答 | 0
1
个回答提问
Concept of the null operator question
This is more of a conceputal question that I need help with. If I have say sampleMatrix=[1,2,3,4,5] and then I type the code sa...
3 years 前 | 2 个回答 | 0
2
个回答提问
Two part question: Labeling a row in a matrix and finding certain values
This is a two part question Part 1: If I have this matrix -> DraftMatrix = [1:20;randi([50,90],1,20);randi([0,8],1,20)]; How c...
3 years 前 | 1 个回答 | 0
1
个回答提问
Getting a random list of numbers on a very specific interval
How would I go about getting a list of 10000 random numbers (using rng('shuffle')), between 0 and 90, but does not include any n...
3 years 前 | 1 个回答 | 0
1
个回答提问
Finding a specific index while labeling it with another
If I have to find which person has the youngest age by labeling which person they are, how would I do that? The array looks lik...
4 years 前 | 1 个回答 | 0