Community Profile

photo

Pati Stan


Last seen: meer dan een jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
Convert single string with many numbers to vector
This worked beautifully! Thank you!

meer dan 4 jaar ago | 0

Question


Convert single string with many numbers to vector
I have the following string hue = '10 20 30 40 50'; That I want to turn into a vector of those 5 values hue_vec = [10 20 3...

meer dan 4 jaar ago | 4 answers | 0

4

answers

Question


What is the most efficient way to create a logical index from values in a matrix?
I have a vector of values that I want to be 1s in a logical vector of a given size. Is there any way to do this in one line of c...

meer dan 5 jaar ago | 1 answer | 0

1

answer