Technical discussion about Matlab and issues related to Digital Signal Processing.
Hi all, I have a matrix 'MatrixA' = [ a b c ], and 'MatrixC' = [ s ] each of the matrices have 30 rows. the equation looks like a(1)X + b(1)Y + c(1)Z = s(1) since I have all the coefficients and the solution (MatrixC) how can I use fsolve to solve these non-linear equations? Note: since there are x,y,z then 3 equations are needed at a time to find a solution. Thanks