Didn't find a relevant answer.
Suppose we have an array
R=[1 2 1 2 2 2]';
How to replace "2" with "4" ?
Thank you.

 Akzeptierte Antwort

michio
michio am 26 Sep. 2016
Bearbeitet: michio am 26 Sep. 2016

2 Stimmen

R=[1 2 1 2 2 2]';
R(R==2) = 4;

Weitere Antworten (0)

Produkte

Gefragt:

am 26 Sep. 2016

Bearbeitet:

am 26 Sep. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by