how to split num to str ?

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 ?

Respuestas (1)

madhan ravi
madhan ravi el 5 de Jul. de 2018
Editada: madhan ravi el 24 de En. de 2019

0 votos

It’s possible using symbolic math toolbox.
syms x y
y=-x-2
coeffs(y)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 28 de Jun. de 2018

Editada:

el 24 de En. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by