Community Profile

photo

Aditya Ramesh


Last seen: nästan 2 år ago Active since 2022

Statistics

  • First Answer

View badges

Content Feed

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...

ungefär 2 år ago | 0