Consider a given Matrix
A=[a b c; d e f; g h i]
then return a row vector T such that it contains all the Elements of Matrix A except the Elements on the diagonal.
So
T=[b c d f g h]
Make the vector [1 2 3 4 5 6 7 8 9 10]
29441 Solvers
340 Solvers
281 Solvers
83 Solvers
80 Solvers
Problem Tags