photo

Aditya Ramesh


Last seen: ungefär 2 år 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...

mer än 2 år ago | 0