how to split num to str ?

1 Ansicht (letzte 30 Tage)
tomer polsky
tomer polsky am 28 Jun. 2018
Bearbeitet: madhan ravi am 24 Jan. 2019
hello I want to to split a number to str . for exmaple if I write y=-x-2
then I want to get coffient of x
coffient_of_x=-1
k=-2
is it posbile ?
  1 Kommentar
OCDER
OCDER am 28 Jun. 2018
I think so. Are you using or do you have symbolic math toolbox?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

madhan ravi
madhan ravi am 5 Jul. 2018
Bearbeitet: madhan ravi am 24 Jan. 2019
It’s possible using symbolic math toolbox.
syms x y
y=-x-2
coeffs(y)

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by