Question: Matlab code 3) Write a function diagzero(n) which takes as input a positive integer n and as output returns an n-by-n matrix with Os down
3) Write a function diagzero(n) which takes as input a positive integer n and as output returns an n-by-n matrix with Os down the diagonal and with Is everywhere else. For example, if the input is 3, the output should be the matrix [0, 1, 1; 1, 0, 1; 1, 1, 0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
