photo

Aditya Ramesh


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Replace certain Values within a Matrix Based on Indices from Another matrix
% Creating two zero matricss X1 = zeros(5); X2 = zeros(5); % Introducing non zero values in the first one X1(3,5) = 1; X1...

2 years ago | 0