how to split num to str ?
1 次查看(过去 30 天)
显示 更早的评论
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 个)
madhan ravi
2018-7-5
编辑:madhan ravi
2019-1-24
It’s possible using symbolic math toolbox.
syms x y
y=-x-2
coeffs(y)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!