coeffsort

버전 1.0.0.0 (1.95 KB) 작성자: Star Strider
Reformats coeffs output to conform to MATLAB conventions for polynomial expression and evaluation.
다운로드 수: 1.3K
업데이트 날짜: 2016/3/31

라이선스 보기

The coeffs (Symbolic Toolbox) function outputs the coefficients and terms of its argument polynomial in ascending order (opposite of the MATLAB convention for polynomials). It occasionally permutes their sequence, so simply using fliplr doeson't always solve the problem. However, the orders of the coefficient and term vector elements always corresponds. This utility takes as arguments the coefficient (C) and polynomial term (T) vectors that coeffs returns (as [C,T]), and the polynomial variable. It returns both coefficient and term vectors in monic, descending order, conforming to the MATLAB convention. It is particularly helpful for long symbolic coefficients, such as those that define transfer functions in terms of component values to be computed elsewhere (the kind of problem I wrote it to solve). See also the coeffs documentation in the Symbolic Math Toolbox.

인용 양식

Star Strider (2024). coeffsort (https://www.mathworks.com/matlabcentral/fileexchange/6907-coeffsort), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Polynomials에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

BSD License added. No code changes.