I am trying to add the elements that are in a row vector to a 1X1 vector in python, Problem: [10 100]
Solution: [110]
Is there any way to achieve this?
I am trying to add the elements that are in a row vector to a 1X1 vector in python, Problem: [10 100]
Solution: [110]
Is there any way to achieve this?