put a vector in the form f(x)+g(x)u
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I have symbolic variables x1,x2,x3,x4,x5,x6,x7,x8 and u.
I have a vector [3*x1^2+2*sqrt(x3)+x1*x2*u;x5*x_8^2+u*sqrt(x5)*x2^2+5*x1] I want to have a way to put these kind of vectors automatically in the form f(x1,x2,...,x8)+g(x1,x2,...,x8)*u.
How can I do this with matlab? (after this small example I want to apply the method to very big vectors of symbolic variables)
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!