Help with unification cycle

1 view (last 30 days)
Lev Mihailov
Lev Mihailov on 2 Sep 2019
Commented: TADA on 2 Sep 2019
Hello! I have been given 2 matrices in one value, zeros in another, and units I need to combine them
x=[0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 1 1 0 0 0 0]
y=[200 900 900 200 200 ...]
I need to make it so that wherever the units are replaced by values
  1 Comment
TADA
TADA on 2 Sep 2019
could you clarify what is the role of each matrix (x and y) and how you want to address the ones and zeros? posting sample input and desired output would also help, as well as what you have tried already

Sign in to comment.

Accepted Answer

Rik
Rik on 2 Sep 2019
x(x==1)=y;

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!