Replacing 0 with 8 in Identity Matrix

1 vue (au cours des 30 derniers jours)
May Myat Noe Tun
May Myat Noe Tun le 17 Oct 2019
So I have a 2 by 2 matrix after running the following command.
x=eye(2);
How do I replace the 0s with 8s by using arithmetic function?

Réponses (1)

Walter Roberson
Walter Roberson le 17 Oct 2019
x(~x) = 8;

Community Treasure Hunt

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

Start Hunting!

Translated by