Replacing 0 with 8 in Identity Matrix

1 次查看(过去 30 天)
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?

回答(1 个)

Walter Roberson
Walter Roberson 2019-10-17
x(~x) = 8;

Community Treasure Hunt

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

Start Hunting!

Translated by