Community Profile

photo

Pati Stan


Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Convert single string with many numbers to vector
This worked beautifully! Thank you!

4년 초과 전 | 0

질문


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

4년 초과 전 | 답변 수: 4 | 0

4

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변