Hi all,
I am quite a newbie using Matlab.. I am trying to get Matlab to solve a set of 12 equations with 12 variables using the solve function. I have written something similar to this (I pasted the original at the end):
>>solve=('equa1','equa2',..,'equa12','var1',..,'var12')
Matlabs gives a...