Feeds
提问
Creating a system of function handle and manipulating it without cell array
I want to share a little bit of my knowledge because I had a rough time doing this simple thing. I wanted to solve a system of...
6 years 前 | 0 个回答 | 0
0
个回答提问
symbolic substitution dfgsdfgs dfgsdfgs
So i have these equations syms a b c x y z eq1 = c == z+b; eq2 = a == x+y; s = subs(eq1,z,eq2) what i am trying to do i...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to find vector of coefficient of a polynominal from roots
I am trying to take roots from a polynomial expression and calculate the vector of coefficients or just the entire polynomial. ...
7 years 前 | 2 个回答 | 0