Feeds
답변 있음
How do I fix my code to produce ones along the reverse diagonal?
Hi, I'm a little late but I'm taking this class on coursera and here's my answer: function I = reverse_diag(n) I = zeros(n)...
How do I fix my code to produce ones along the reverse diagonal?
Hi, I'm a little late but I'm taking this class on coursera and here's my answer: function I = reverse_diag(n) I = zeros(n)...
대략 7년 전 | 0
