Community Profile

photo

Evan Bakalars


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer