Community Profile

photo

Jossie


Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How do I create a colormap for a flat plane?
I am creating a flat plane, I want the color of the plane to be a gradient. I tried using the colormap copper but it keeps it bl...

4 years ago | 1 answer | 0

1

answer

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

5 years ago