photo

Liv


Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Is there a way to make a categorical array of colors?
b=bar(X,Y,’FaceColor’,ColorArray); ColorArray={‘1 0 0’,’0 1 0’,’0 0 1’}; Error: Invalid RGB triplet. Is there a way to assi...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to return a true/false logical array from a string array of repeating numbers?
ans = 3 2 1 5 1 4 0 I want this to return a 7x1 logical array 0 0 1 0 1 0 0. Corres...

대략 2년 전 | 답변 수: 2 | 0

2

답변