Change the certain element after comparison of two arrays

2 ビュー (過去 30 日間)
Maksim Tiurin
Maksim Tiurin 2019 年 6 月 13 日
回答済み: Joel Handy 2019 年 6 月 13 日
there is a string of 8 numbers, and a string filled with zeros (of the same length). I need to check the first string for the presence of zeros in it, and if there is a zero there, then it is necessary that in the second string the same element is changed to 1.
For example
B = [0 0 0 0 0 0 0 0]
A = [1 2 3 4 5 6 7 0]
then check A for the presence of zeros and change B to the B = [0 0 0 0 0 0 0 1]
Perhaps this is a stupid question, but I have not yet found an answer, please help.

採用された回答

Joel Handy
Joel Handy 2019 年 6 月 13 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by