binkygold66591 binkygold66591 11-01-2024 Computers and Technology contestada What is the output of the following code? for i = 1:1:10 for j = 1:1:11 mat(i,j) = i - 2*j; end end