photo

Liv


Last seen: mehr als 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten