Problem 44268. Combination of Vectors

Return a combination of vectors x1, x2 based on y1, y2 per:

      x(j) = 0     if y1(j) < y2(j) 
      x(j) = x1(j) if y1(j) = y2(j)
      x(j) = x2(j) if y1(j) > y2(j)

Vectors can have any length, consistent orientation.

Solution Stats

64.0% Correct | 36.0% Incorrect
Last Solution submitted on Apr 20, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers44

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!