Matlab has a few functions for dealing with polynomials (polyval, polyfit, etc.), but
it lack one for displaying a polynomial on the command window.
This function does exactly this.
It expect that the polynomial function is given in input as its coefficients, specified from
the highest power to the lowest one.
If the function is called with an output argument, then the string is not displayed at screen
but returned, so as it can be displayed later.
Cite As
Marco Cococcioni (2024). polydisp (https://www.mathworks.com/matlabcentral/fileexchange/138686-polydisp), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2023b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |