Liv
Followers: 0 Following: 0
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 years 前 | 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 years 前 | 2 个回答 | 0