Question: How to obtain result in vector form without the label

I am solving some system of linear equations using fsolve(), I will like to obtain my answers without the attached label, i.e. instead of saying {x=2, y = 3} I need my result to be {2,3} because I need reuse the result. Please, help. Thanks.

Please Wait...