convert polynomial to vector in symbolic matlab

6 views (last 30 days)
Hasan
Hasan on 24 Dec 2020
Edited: Matt J on 24 Dec 2020
Hello there.
I have the following equation
x6/L + (d0*vi)/L - (d0*x6)/L
I want to have it like [x6/L ; (d0*vi)/L ; - (d0*x6)/L]

Answers (1)

Matt J
Matt J on 24 Dec 2020
Edited: Matt J on 24 Dec 2020

Categories

Find more on Polynomials in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!